Shades of Light Sea Green #0CBFAB
Tints of Light Sea Green #0CBFAB
RGB
CMYK
RGB Variations
Color information
#0CBFAB (or 0x0CBFAB) is known color: Light Sea Green. HEX triplet: 0C, BF and AB. RGB value is (12,191,171). Sum of RGB (Red+Green+Blue) = 12+191+171=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFAB is #F34054. Grayscale: #878787. Windows color (decimal): -15941717 or 11255564. OLE color: 11255564.
HSL color Cylindrical-coordinate representation of color #0CBFAB: hue angle of 173.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFAB is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 171 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.25 |
| HSL | 173.3º | 0.88% | 0.4% | - |
| HSV(B) | 173.3º | 0.94% | 0.75% | - |
| XYZ | 26.13 | 40.28 | 44.93 | - |
| YUV | 135.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 171 | 0.94 | 0 | 0.10 | 0.25 | 173.3 | 0.88 | 0.4 |
| Hex | C | BF | AB | 5E | 0 | A | 19 | AD | 58 | 28 |
| Octal | 14 | 277 | 253 | 136 | 0 | 12 | 31 | 255 | 130 | 50 |
| Binary | 1100 | 10111111 | 10101011 | 1011110 | 0 | 1010 | 11001 | 10101101 | 1011000 | 101000 |
Color Harmonies of #0CBFAB
Complementary color
Monochromatic Colors of #0CBFAB
Black with #0CBFAB
Text Example
Text Example
White with #0CBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFAB; }
p { color: rgb(12,191,171); }
H1.HeaderClassName
{
color: #0CBFAB;
}
.AnyTagClassName
{
color: #0CBFAB;
}
</style>
background-color css
<style>
a { background-color: #0CBFAB; }
a { background-color: rgb(12,191,171); }
div.DivClassName
{
background-color: #0CBFAB;
}
.BgClassName
{
background-color: #0CBFAB;
}
</style>
border-color css
<style>
span { border-color: #0CBFAB; }
span { border-color: rgb(12,191,171); }
td.TdClassName
{
border-color: #0CBFAB;
}
.TagClassName
{
border-color: #0CBFAB;
}
</style>