Shades of Light Sea Green #0CB9AB
Tints of Light Sea Green #0CB9AB
RGB
CMYK
RGB Variations
Color information
#0CB9AB (or 0x0CB9AB) is known color: Light Sea Green. HEX triplet: 0C, B9 and AB. RGB value is (12,185,171). Sum of RGB (Red+Green+Blue) = 12+185+171=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB9AB is #F34654. Grayscale: #838383. Windows color (decimal): -15943253 or 11254028. OLE color: 11254028.
HSL color Cylindrical-coordinate representation of color #0CB9AB: hue angle of 175.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB9AB is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 171 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.27 |
| HSL | 175.14º | 0.88% | 0.39% | - |
| HSV(B) | 175.14º | 0.94% | 0.73% | - |
| XYZ | 24.85 | 37.72 | 44.5 | - |
| YUV | 131.68 | 150.19 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 171 | 0.94 | 0 | 0.08 | 0.27 | 175.14 | 0.88 | 0.39 |
| Hex | C | B9 | AB | 5E | 0 | 8 | 1B | AF | 58 | 27 |
| Octal | 14 | 271 | 253 | 136 | 0 | 10 | 33 | 257 | 130 | 47 |
| Binary | 1100 | 10111001 | 10101011 | 1011110 | 0 | 1000 | 11011 | 10101111 | 1011000 | 100111 |
Color Harmonies of #0CB9AB
Complementary color
Monochromatic Colors of #0CB9AB
Black with #0CB9AB
Text Example
Text Example
White with #0CB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB9AB; }
p { color: rgb(12,185,171); }
H1.HeaderClassName
{
color: #0CB9AB;
}
.AnyTagClassName
{
color: #0CB9AB;
}
</style>
background-color css
<style>
a { background-color: #0CB9AB; }
a { background-color: rgb(12,185,171); }
div.DivClassName
{
background-color: #0CB9AB;
}
.BgClassName
{
background-color: #0CB9AB;
}
</style>
border-color css
<style>
span { border-color: #0CB9AB; }
span { border-color: rgb(12,185,171); }
td.TdClassName
{
border-color: #0CB9AB;
}
.TagClassName
{
border-color: #0CB9AB;
}
</style>