Shades of Caribbean Green #0CCAA0
Tints of Caribbean Green #0CCAA0
RGB
CMYK
RGB Variations
Color information
#0CCAA0 (or 0x0CCAA0) is known color: Caribbean Green. HEX triplet: 0C, CA and A0. RGB value is (12,202,160). Sum of RGB (Red+Green+Blue) = 12+202+160=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCAA0 is #F3355F. Grayscale: #8C8C8C. Windows color (decimal): -15938912 or 10537484. OLE color: 10537484.
HSL color Cylindrical-coordinate representation of color #0CCAA0: hue angle of 166.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCAA0 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 160 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.21 |
| HSL | 166.74º | 0.89% | 0.42% | - |
| HSV(B) | 166.74º | 0.94% | 0.79% | - |
| XYZ | 27.62 | 44.86 | 40.46 | - |
| YUV | 140.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 160 | 0.94 | 0 | 0.21 | 0.21 | 166.74 | 0.89 | 0.42 |
| Hex | C | CA | A0 | 5E | 0 | 15 | 15 | A7 | 59 | 2A |
| Octal | 14 | 312 | 240 | 136 | 0 | 25 | 25 | 247 | 131 | 52 |
| Binary | 1100 | 11001010 | 10100000 | 1011110 | 0 | 10101 | 10101 | 10100111 | 1011001 | 101010 |
Color Harmonies of #0CCAA0
Complementary color
Monochromatic Colors of #0CCAA0
Black with #0CCAA0
Text Example
Text Example
White with #0CCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCAA0; }
p { color: rgb(12,202,160); }
H1.HeaderClassName
{
color: #0CCAA0;
}
.AnyTagClassName
{
color: #0CCAA0;
}
</style>
background-color css
<style>
a { background-color: #0CCAA0; }
a { background-color: rgb(12,202,160); }
div.DivClassName
{
background-color: #0CCAA0;
}
.BgClassName
{
background-color: #0CCAA0;
}
</style>
border-color css
<style>
span { border-color: #0CCAA0; }
span { border-color: rgb(12,202,160); }
td.TdClassName
{
border-color: #0CCAA0;
}
.TagClassName
{
border-color: #0CCAA0;
}
</style>