Shades of Caribbean Green #0CDCAA
Tints of Caribbean Green #0CDCAA
RGB
CMYK
RGB Variations
Color information
#0CDCAA (or 0x0CDCAA) is known color: Caribbean Green. HEX triplet: 0C, DC and AA. RGB value is (12,220,170). Sum of RGB (Red+Green+Blue) = 12+220+170=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDCAA is #F32355. Grayscale: #989898. Windows color (decimal): -15934294 or 11197452. OLE color: 11197452.
HSL color Cylindrical-coordinate representation of color #0CDCAA: hue angle of 165.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCAA is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 170 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.14 |
| HSL | 165.58º | 0.9% | 0.45% | - |
| HSV(B) | 165.58º | 0.95% | 0.86% | - |
| XYZ | 33 | 54.17 | 46.75 | - |
| YUV | 152.11 | 138.09 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 170 | 0.95 | 0 | 0.23 | 0.14 | 165.58 | 0.9 | 0.45 |
| Hex | C | DC | AA | 5F | 0 | 17 | E | A6 | 5A | 2D |
| Octal | 14 | 334 | 252 | 137 | 0 | 27 | 16 | 246 | 132 | 55 |
| Binary | 1100 | 11011100 | 10101010 | 1011111 | 0 | 10111 | 1110 | 10100110 | 1011010 | 101101 |
Color Harmonies of #0CDCAA
Complementary color
Monochromatic Colors of #0CDCAA
Black with #0CDCAA
Text Example
Text Example
White with #0CDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCAA; }
p { color: rgb(12,220,170); }
H1.HeaderClassName
{
color: #0CDCAA;
}
.AnyTagClassName
{
color: #0CDCAA;
}
</style>
background-color css
<style>
a { background-color: #0CDCAA; }
a { background-color: rgb(12,220,170); }
div.DivClassName
{
background-color: #0CDCAA;
}
.BgClassName
{
background-color: #0CDCAA;
}
</style>
border-color css
<style>
span { border-color: #0CDCAA; }
span { border-color: rgb(12,220,170); }
td.TdClassName
{
border-color: #0CDCAA;
}
.TagClassName
{
border-color: #0CDCAA;
}
</style>