Shades of Caribbean Green #0CC992
Tints of Caribbean Green #0CC992
RGB
CMYK
RGB Variations
Color information
#0CC992 (or 0x0CC992) is known color: Caribbean Green. HEX triplet: 0C, C9 and 92. RGB value is (12,201,146). Sum of RGB (Red+Green+Blue) = 12+201+146=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC992 is #F3366D. Grayscale: #8A8A8A. Windows color (decimal): -15939182 or 9619724. OLE color: 9619724.
HSL color Cylindrical-coordinate representation of color #0CC992: hue angle of 162.54º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC992 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 146 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.21 |
| HSL | 162.54º | 0.89% | 0.42% | - |
| HSV(B) | 162.54º | 0.94% | 0.79% | - |
| XYZ | 26.23 | 43.93 | 34.29 | - |
| YUV | 138.22 | 132.38 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 146 | 0.94 | 0 | 0.27 | 0.21 | 162.54 | 0.89 | 0.42 |
| Hex | C | C9 | 92 | 5E | 0 | 1B | 15 | A3 | 59 | 2A |
| Octal | 14 | 311 | 222 | 136 | 0 | 33 | 25 | 243 | 131 | 52 |
| Binary | 1100 | 11001001 | 10010010 | 1011110 | 0 | 11011 | 10101 | 10100011 | 1011001 | 101010 |
Color Harmonies of #0CC992
Complementary color
Monochromatic Colors of #0CC992
Black with #0CC992
Text Example
Text Example
White with #0CC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC992; }
p { color: rgb(12,201,146); }
H1.HeaderClassName
{
color: #0CC992;
}
.AnyTagClassName
{
color: #0CC992;
}
</style>
background-color css
<style>
a { background-color: #0CC992; }
a { background-color: rgb(12,201,146); }
div.DivClassName
{
background-color: #0CC992;
}
.BgClassName
{
background-color: #0CC992;
}
</style>
border-color css
<style>
span { border-color: #0CC992; }
span { border-color: rgb(12,201,146); }
td.TdClassName
{
border-color: #0CC992;
}
.TagClassName
{
border-color: #0CC992;
}
</style>