Shades of Caribbean Green #0CC491
Tints of Caribbean Green #0CC491
RGB
CMYK
RGB Variations
Color information
#0CC491 (or 0x0CC491) is known color: Caribbean Green. HEX triplet: 0C, C4 and 91. RGB value is (12,196,145). Sum of RGB (Red+Green+Blue) = 12+196+145=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC491 is #F33B6E. Grayscale: #878787. Windows color (decimal): -15940463 or 9552908. OLE color: 9552908.
HSL color Cylindrical-coordinate representation of color #0CC491: hue angle of 163.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC491 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 145 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.23 |
| HSL | 163.37º | 0.88% | 0.41% | - |
| HSV(B) | 163.37º | 0.94% | 0.77% | - |
| XYZ | 25 | 41.6 | 33.5 | - |
| YUV | 135.17 | 133.54 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 145 | 0.94 | 0 | 0.26 | 0.23 | 163.37 | 0.88 | 0.41 |
| Hex | C | C4 | 91 | 5E | 0 | 1A | 17 | A3 | 58 | 29 |
| Octal | 14 | 304 | 221 | 136 | 0 | 32 | 27 | 243 | 130 | 51 |
| Binary | 1100 | 11000100 | 10010001 | 1011110 | 0 | 11010 | 10111 | 10100011 | 1011000 | 101001 |
Color Harmonies of #0CC491
Complementary color
Monochromatic Colors of #0CC491
Black with #0CC491
Text Example
Text Example
White with #0CC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC491; }
p { color: rgb(12,196,145); }
H1.HeaderClassName
{
color: #0CC491;
}
.AnyTagClassName
{
color: #0CC491;
}
</style>
background-color css
<style>
a { background-color: #0CC491; }
a { background-color: rgb(12,196,145); }
div.DivClassName
{
background-color: #0CC491;
}
.BgClassName
{
background-color: #0CC491;
}
</style>
border-color css
<style>
span { border-color: #0CC491; }
span { border-color: rgb(12,196,145); }
td.TdClassName
{
border-color: #0CC491;
}
.TagClassName
{
border-color: #0CC491;
}
</style>