Shades of Caribbean Green #0CD0AA
Tints of Caribbean Green #0CD0AA
RGB
CMYK
RGB Variations
Color information
#0CD0AA (or 0x0CD0AA) is known color: Caribbean Green. HEX triplet: 0C, D0 and AA. RGB value is (12,208,170). Sum of RGB (Red+Green+Blue) = 12+208+170=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD0AA is #F32F55. Grayscale: #919191. Windows color (decimal): -15937366 or 11194380. OLE color: 11194380.
HSL color Cylindrical-coordinate representation of color #0CD0AA: hue angle of 168.37º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD0AA is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 208 | 170 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.18 |
| HSL | 168.37º | 0.89% | 0.43% | - |
| HSV(B) | 168.37º | 0.94% | 0.82% | - |
| XYZ | 29.96 | 48.09 | 45.73 | - |
| YUV | 145.06 | 142.07 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 170 | 0.94 | 0 | 0.18 | 0.18 | 168.37 | 0.89 | 0.43 |
| Hex | C | D0 | AA | 5E | 0 | 12 | 12 | A8 | 59 | 2B |
| Octal | 14 | 320 | 252 | 136 | 0 | 22 | 22 | 250 | 131 | 53 |
| Binary | 1100 | 11010000 | 10101010 | 1011110 | 0 | 10010 | 10010 | 10101000 | 1011001 | 101011 |
Color Harmonies of #0CD0AA
Complementary color
Monochromatic Colors of #0CD0AA
Black with #0CD0AA
Text Example
Text Example
White with #0CD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD0AA; }
p { color: rgb(12,208,170); }
H1.HeaderClassName
{
color: #0CD0AA;
}
.AnyTagClassName
{
color: #0CD0AA;
}
</style>
background-color css
<style>
a { background-color: #0CD0AA; }
a { background-color: rgb(12,208,170); }
div.DivClassName
{
background-color: #0CD0AA;
}
.BgClassName
{
background-color: #0CD0AA;
}
</style>
border-color css
<style>
span { border-color: #0CD0AA; }
span { border-color: rgb(12,208,170); }
td.TdClassName
{
border-color: #0CD0AA;
}
.TagClassName
{
border-color: #0CD0AA;
}
</style>