Shades of Caribbean Green #0CC09F
Tints of Caribbean Green #0CC09F
RGB
CMYK
RGB Variations
Color information
#0CC09F (or 0x0CC09F) is known color: Caribbean Green. HEX triplet: 0C, C0 and 9F. RGB value is (12,192,159). Sum of RGB (Red+Green+Blue) = 12+192+159=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC09F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC09F is #F33F60. Grayscale: #868686. Windows color (decimal): -15941473 or 10469388. OLE color: 10469388.
HSL color Cylindrical-coordinate representation of color #0CC09F: hue angle of 169º 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 #0CC09F is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 192 | 159 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.25 |
| HSL | 169º | 0.88% | 0.4% | - |
| HSV(B) | 169º | 0.94% | 0.75% | - |
| XYZ | 25.26 | 40.28 | 39.24 | - |
| YUV | 134.42 | 141.87 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 159 | 0.94 | 0 | 0.17 | 0.25 | 169 | 0.88 | 0.4 |
| Hex | C | C0 | 9F | 5E | 0 | 11 | 19 | A9 | 58 | 28 |
| Octal | 14 | 300 | 237 | 136 | 0 | 21 | 31 | 251 | 130 | 50 |
| Binary | 1100 | 11000000 | 10011111 | 1011110 | 0 | 10001 | 11001 | 10101001 | 1011000 | 101000 |
Color Harmonies of #0CC09F
Complementary color
Monochromatic Colors of #0CC09F
Black with #0CC09F
Text Example
Text Example
White with #0CC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC09F; }
p { color: rgb(12,192,159); }
H1.HeaderClassName
{
color: #0CC09F;
}
.AnyTagClassName
{
color: #0CC09F;
}
</style>
background-color css
<style>
a { background-color: #0CC09F; }
a { background-color: rgb(12,192,159); }
div.DivClassName
{
background-color: #0CC09F;
}
.BgClassName
{
background-color: #0CC09F;
}
</style>
border-color css
<style>
span { border-color: #0CC09F; }
span { border-color: rgb(12,192,159); }
td.TdClassName
{
border-color: #0CC09F;
}
.TagClassName
{
border-color: #0CC09F;
}
</style>