Shades of Caribbean Green #0CD2AA
Tints of Caribbean Green #0CD2AA
RGB
CMYK
RGB Variations
Color information
#0CD2AA (or 0x0CD2AA) is known color: Caribbean Green. HEX triplet: 0C, D2 and AA. RGB value is (12,210,170). Sum of RGB (Red+Green+Blue) = 12+210+170=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD2AA is #F32D55. Grayscale: #929292. Windows color (decimal): -15936854 or 11194892. OLE color: 11194892.
HSL color Cylindrical-coordinate representation of color #0CD2AA: hue angle of 167.88º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD2AA is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 170 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.18 |
| HSL | 167.88º | 0.89% | 0.44% | - |
| HSV(B) | 167.88º | 0.94% | 0.82% | - |
| XYZ | 30.45 | 49.07 | 45.9 | - |
| YUV | 146.24 | 141.4 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 170 | 0.94 | 0 | 0.19 | 0.18 | 167.88 | 0.89 | 0.44 |
| Hex | C | D2 | AA | 5E | 0 | 13 | 12 | A8 | 59 | 2C |
| Octal | 14 | 322 | 252 | 136 | 0 | 23 | 22 | 250 | 131 | 54 |
| Binary | 1100 | 11010010 | 10101010 | 1011110 | 0 | 10011 | 10010 | 10101000 | 1011001 | 101100 |
Color Harmonies of #0CD2AA
Complementary color
Monochromatic Colors of #0CD2AA
Black with #0CD2AA
Text Example
Text Example
White with #0CD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD2AA; }
p { color: rgb(12,210,170); }
H1.HeaderClassName
{
color: #0CD2AA;
}
.AnyTagClassName
{
color: #0CD2AA;
}
</style>
background-color css
<style>
a { background-color: #0CD2AA; }
a { background-color: rgb(12,210,170); }
div.DivClassName
{
background-color: #0CD2AA;
}
.BgClassName
{
background-color: #0CD2AA;
}
</style>
border-color css
<style>
span { border-color: #0CD2AA; }
span { border-color: rgb(12,210,170); }
td.TdClassName
{
border-color: #0CD2AA;
}
.TagClassName
{
border-color: #0CD2AA;
}
</style>