Shades of Caribbean Green #0CCEA2
Tints of Caribbean Green #0CCEA2
RGB
CMYK
RGB Variations
Color information
#0CCEA2 (or 0x0CCEA2) is known color: Caribbean Green. HEX triplet: 0C, CE and A2. RGB value is (12,206,162). Sum of RGB (Red+Green+Blue) = 12+206+162=380 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.16% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCEA2 is #F3315D. Grayscale: #8E8E8E. Windows color (decimal): -15937886 or 10669580. OLE color: 10669580.
HSL color Cylindrical-coordinate representation of color #0CCEA2: hue angle of 166.39º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCEA2 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 162 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.19 |
| HSL | 166.39º | 0.89% | 0.43% | - |
| HSV(B) | 166.39º | 0.94% | 0.81% | - |
| XYZ | 28.74 | 46.83 | 41.71 | - |
| YUV | 142.98 | 138.73 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 162 | 0.94 | 0 | 0.21 | 0.19 | 166.39 | 0.89 | 0.43 |
| Hex | C | CE | A2 | 5E | 0 | 15 | 13 | A6 | 59 | 2B |
| Octal | 14 | 316 | 242 | 136 | 0 | 25 | 23 | 246 | 131 | 53 |
| Binary | 1100 | 11001110 | 10100010 | 1011110 | 0 | 10101 | 10011 | 10100110 | 1011001 | 101011 |
Color Harmonies of #0CCEA2
Complementary color
Monochromatic Colors of #0CCEA2
Black with #0CCEA2
Text Example
Text Example
White with #0CCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEA2; }
p { color: rgb(12,206,162); }
H1.HeaderClassName
{
color: #0CCEA2;
}
.AnyTagClassName
{
color: #0CCEA2;
}
</style>
background-color css
<style>
a { background-color: #0CCEA2; }
a { background-color: rgb(12,206,162); }
div.DivClassName
{
background-color: #0CCEA2;
}
.BgClassName
{
background-color: #0CCEA2;
}
</style>
border-color css
<style>
span { border-color: #0CCEA2; }
span { border-color: rgb(12,206,162); }
td.TdClassName
{
border-color: #0CCEA2;
}
.TagClassName
{
border-color: #0CCEA2;
}
</style>