Shades of Caribbean Green #0CC799
Tints of Caribbean Green #0CC799
RGB
CMYK
RGB Variations
Color information
#0CC799 (or 0x0CC799) is known color: Caribbean Green. HEX triplet: 0C, C7 and 99. RGB value is (12,199,153). Sum of RGB (Red+Green+Blue) = 12+199+153=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC799 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC799 is #F33866. Grayscale: #898989. Windows color (decimal): -15939687 or 10077964. OLE color: 10077964.
HSL color Cylindrical-coordinate representation of color #0CC799: hue angle of 165.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC799 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 153 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.22 |
| HSL | 165.24º | 0.89% | 0.41% | - |
| HSV(B) | 165.24º | 0.94% | 0.78% | - |
| XYZ | 26.32 | 43.22 | 37.09 | - |
| YUV | 137.84 | 136.55 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 153 | 0.94 | 0 | 0.23 | 0.22 | 165.24 | 0.89 | 0.41 |
| Hex | C | C7 | 99 | 5E | 0 | 17 | 16 | A5 | 59 | 29 |
| Octal | 14 | 307 | 231 | 136 | 0 | 27 | 26 | 245 | 131 | 51 |
| Binary | 1100 | 11000111 | 10011001 | 1011110 | 0 | 10111 | 10110 | 10100101 | 1011001 | 101001 |
Color Harmonies of #0CC799
Complementary color
Monochromatic Colors of #0CC799
Black with #0CC799
Text Example
Text Example
White with #0CC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC799; }
p { color: rgb(12,199,153); }
H1.HeaderClassName
{
color: #0CC799;
}
.AnyTagClassName
{
color: #0CC799;
}
</style>
background-color css
<style>
a { background-color: #0CC799; }
a { background-color: rgb(12,199,153); }
div.DivClassName
{
background-color: #0CC799;
}
.BgClassName
{
background-color: #0CC799;
}
</style>
border-color css
<style>
span { border-color: #0CC799; }
span { border-color: rgb(12,199,153); }
td.TdClassName
{
border-color: #0CC799;
}
.TagClassName
{
border-color: #0CC799;
}
</style>