Shades of Caribbean Green #0CD2AB
Tints of Caribbean Green #0CD2AB
RGB
CMYK
RGB Variations
Color information
#0CD2AB (or 0x0CD2AB) is known color: Caribbean Green. HEX triplet: 0C, D2 and AB. RGB value is (12,210,171). Sum of RGB (Red+Green+Blue) = 12+210+171=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD2AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD2AB is #F32D54. Grayscale: #929292. Windows color (decimal): -15936853 or 11260428. OLE color: 11260428.
HSL color Cylindrical-coordinate representation of color #0CD2AB: hue angle of 168.18º 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 #0CD2AB is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 171 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.18 |
| HSL | 168.18º | 0.89% | 0.44% | - |
| HSV(B) | 168.18º | 0.94% | 0.82% | - |
| XYZ | 30.55 | 49.11 | 46.4 | - |
| YUV | 146.35 | 141.9 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 171 | 0.94 | 0 | 0.19 | 0.18 | 168.18 | 0.89 | 0.44 |
| Hex | C | D2 | AB | 5E | 0 | 13 | 12 | A8 | 59 | 2C |
| Octal | 14 | 322 | 253 | 136 | 0 | 23 | 22 | 250 | 131 | 54 |
| Binary | 1100 | 11010010 | 10101011 | 1011110 | 0 | 10011 | 10010 | 10101000 | 1011001 | 101100 |
Color Harmonies of #0CD2AB
Complementary color
Monochromatic Colors of #0CD2AB
Black with #0CD2AB
Text Example
Text Example
White with #0CD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD2AB; }
p { color: rgb(12,210,171); }
H1.HeaderClassName
{
color: #0CD2AB;
}
.AnyTagClassName
{
color: #0CD2AB;
}
</style>
background-color css
<style>
a { background-color: #0CD2AB; }
a { background-color: rgb(12,210,171); }
div.DivClassName
{
background-color: #0CD2AB;
}
.BgClassName
{
background-color: #0CD2AB;
}
</style>
border-color css
<style>
span { border-color: #0CD2AB; }
span { border-color: rgb(12,210,171); }
td.TdClassName
{
border-color: #0CD2AB;
}
.TagClassName
{
border-color: #0CD2AB;
}
</style>