Shades of Caribbean Green #0CC08E
Tints of Caribbean Green #0CC08E
RGB
CMYK
RGB Variations
Color information
#0CC08E (or 0x0CC08E) is known color: Caribbean Green. HEX triplet: 0C, C0 and 8E. RGB value is (12,192,142). Sum of RGB (Red+Green+Blue) = 12+192+142=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC08E is #F33F71. Grayscale: #848484. Windows color (decimal): -15941490 or 9355276. OLE color: 9355276.
HSL color Cylindrical-coordinate representation of color #0CC08E: hue angle of 163.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC08E is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 142 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.25 |
| HSL | 163.33º | 0.88% | 0.4% | - |
| HSV(B) | 163.33º | 0.94% | 0.75% | - |
| XYZ | 23.88 | 39.73 | 32 | - |
| YUV | 132.48 | 133.37 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 142 | 0.94 | 0 | 0.26 | 0.25 | 163.33 | 0.88 | 0.4 |
| Hex | C | C0 | 8E | 5E | 0 | 1A | 19 | A3 | 58 | 28 |
| Octal | 14 | 300 | 216 | 136 | 0 | 32 | 31 | 243 | 130 | 50 |
| Binary | 1100 | 11000000 | 10001110 | 1011110 | 0 | 11010 | 11001 | 10100011 | 1011000 | 101000 |
Color Harmonies of #0CC08E
Complementary color
Monochromatic Colors of #0CC08E
Black with #0CC08E
Text Example
Text Example
White with #0CC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC08E; }
p { color: rgb(12,192,142); }
H1.HeaderClassName
{
color: #0CC08E;
}
.AnyTagClassName
{
color: #0CC08E;
}
</style>
background-color css
<style>
a { background-color: #0CC08E; }
a { background-color: rgb(12,192,142); }
div.DivClassName
{
background-color: #0CC08E;
}
.BgClassName
{
background-color: #0CC08E;
}
</style>
border-color css
<style>
span { border-color: #0CC08E; }
span { border-color: rgb(12,192,142); }
td.TdClassName
{
border-color: #0CC08E;
}
.TagClassName
{
border-color: #0CC08E;
}
</style>