Shades of Caribbean Green #0CC099
Tints of Caribbean Green #0CC099
RGB
CMYK
RGB Variations
Color information
#0CC099 (or 0x0CC099) is known color: Caribbean Green. HEX triplet: 0C, C0 and 99. RGB value is (12,192,153). Sum of RGB (Red+Green+Blue) = 12+192+153=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC099 is #F33F66. Grayscale: #858585. Windows color (decimal): -15941479 or 10076172. OLE color: 10076172.
HSL color Cylindrical-coordinate representation of color #0CC099: hue angle of 167º 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 #0CC099 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 153 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.25 |
| HSL | 167º | 0.88% | 0.4% | - |
| HSV(B) | 167º | 0.94% | 0.75% | - |
| XYZ | 24.75 | 40.08 | 36.57 | - |
| YUV | 133.73 | 138.87 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 153 | 0.94 | 0 | 0.20 | 0.25 | 167 | 0.88 | 0.4 |
| Hex | C | C0 | 99 | 5E | 0 | 14 | 19 | A7 | 58 | 28 |
| Octal | 14 | 300 | 231 | 136 | 0 | 24 | 31 | 247 | 130 | 50 |
| Binary | 1100 | 11000000 | 10011001 | 1011110 | 0 | 10100 | 11001 | 10100111 | 1011000 | 101000 |
Color Harmonies of #0CC099
Complementary color
Monochromatic Colors of #0CC099
Black with #0CC099
Text Example
Text Example
White with #0CC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC099; }
p { color: rgb(12,192,153); }
H1.HeaderClassName
{
color: #0CC099;
}
.AnyTagClassName
{
color: #0CC099;
}
</style>
background-color css
<style>
a { background-color: #0CC099; }
a { background-color: rgb(12,192,153); }
div.DivClassName
{
background-color: #0CC099;
}
.BgClassName
{
background-color: #0CC099;
}
</style>
border-color css
<style>
span { border-color: #0CC099; }
span { border-color: rgb(12,192,153); }
td.TdClassName
{
border-color: #0CC099;
}
.TagClassName
{
border-color: #0CC099;
}
</style>