Shades of Caribbean Green #0CCEA4
Tints of Caribbean Green #0CCEA4
RGB
CMYK
RGB Variations
Color information
#0CCEA4 (or 0x0CCEA4) is known color: Caribbean Green. HEX triplet: 0C, CE and A4. RGB value is (12,206,164). Sum of RGB (Red+Green+Blue) = 12+206+164=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCEA4 is #F3315B. Grayscale: #8F8F8F. Windows color (decimal): -15937884 or 10800652. OLE color: 10800652.
HSL color Cylindrical-coordinate representation of color #0CCEA4: hue angle of 167.01º 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 #0CCEA4 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 164 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.19 |
| HSL | 167.01º | 0.89% | 0.43% | - |
| HSV(B) | 167.01º | 0.94% | 0.81% | - |
| XYZ | 28.92 | 46.9 | 42.65 | - |
| YUV | 143.21 | 139.73 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 164 | 0.94 | 0 | 0.20 | 0.19 | 167.01 | 0.89 | 0.43 |
| Hex | C | CE | A4 | 5E | 0 | 14 | 13 | A7 | 59 | 2B |
| Octal | 14 | 316 | 244 | 136 | 0 | 24 | 23 | 247 | 131 | 53 |
| Binary | 1100 | 11001110 | 10100100 | 1011110 | 0 | 10100 | 10011 | 10100111 | 1011001 | 101011 |
Color Harmonies of #0CCEA4
Complementary color
Monochromatic Colors of #0CCEA4
Black with #0CCEA4
Text Example
Text Example
White with #0CCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEA4; }
p { color: rgb(12,206,164); }
H1.HeaderClassName
{
color: #0CCEA4;
}
.AnyTagClassName
{
color: #0CCEA4;
}
</style>
background-color css
<style>
a { background-color: #0CCEA4; }
a { background-color: rgb(12,206,164); }
div.DivClassName
{
background-color: #0CCEA4;
}
.BgClassName
{
background-color: #0CCEA4;
}
</style>
border-color css
<style>
span { border-color: #0CCEA4; }
span { border-color: rgb(12,206,164); }
td.TdClassName
{
border-color: #0CCEA4;
}
.TagClassName
{
border-color: #0CCEA4;
}
</style>