Shades of Light Sea Green #0CC0AA
Tints of Light Sea Green #0CC0AA
RGB
CMYK
RGB Variations
Color information
#0CC0AA (or 0x0CC0AA) is known color: Light Sea Green. HEX triplet: 0C, C0 and AA. RGB value is (12,192,170). Sum of RGB (Red+Green+Blue) = 12+192+170=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC0AA is #F33F55. Grayscale: #878787. Windows color (decimal): -15941462 or 11190284. OLE color: 11190284.
HSL color Cylindrical-coordinate representation of color #0CC0AA: hue angle of 172.67º 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 #0CC0AA is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 170 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.25 |
| HSL | 172.67º | 0.88% | 0.4% | - |
| HSV(B) | 172.67º | 0.94% | 0.75% | - |
| XYZ | 26.26 | 40.68 | 44.5 | - |
| YUV | 135.67 | 147.37 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 170 | 0.94 | 0 | 0.11 | 0.25 | 172.67 | 0.88 | 0.4 |
| Hex | C | C0 | AA | 5E | 0 | B | 19 | AD | 58 | 28 |
| Octal | 14 | 300 | 252 | 136 | 0 | 13 | 31 | 255 | 130 | 50 |
| Binary | 1100 | 11000000 | 10101010 | 1011110 | 0 | 1011 | 11001 | 10101101 | 1011000 | 101000 |
Color Harmonies of #0CC0AA
Complementary color
Monochromatic Colors of #0CC0AA
Black with #0CC0AA
Text Example
Text Example
White with #0CC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC0AA; }
p { color: rgb(12,192,170); }
H1.HeaderClassName
{
color: #0CC0AA;
}
.AnyTagClassName
{
color: #0CC0AA;
}
</style>
background-color css
<style>
a { background-color: #0CC0AA; }
a { background-color: rgb(12,192,170); }
div.DivClassName
{
background-color: #0CC0AA;
}
.BgClassName
{
background-color: #0CC0AA;
}
</style>
border-color css
<style>
span { border-color: #0CC0AA; }
span { border-color: rgb(12,192,170); }
td.TdClassName
{
border-color: #0CC0AA;
}
.TagClassName
{
border-color: #0CC0AA;
}
</style>