Open Seas
#83afbc
Open Seas is a color with the hex code #83afbc. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #83afbc | |
|---|---|---|
| RGB | rgb(131, 175, 188) | |
| HSL | hsl(194, 30%, 63%) | |
| CMYK | cmyk(30%, 7%, 0%, 26%) | |
| LAB | lab(69, -13, -12) | |
| OKLCH | oklch(0.73 0.051 218) |
Color harmonies
Tints & shades
Code snippets
color: #83afbc;
background-color: #83afbc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF83AFBC)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.69, blue: 0.74, alpha: 1.0)