Shades of Caribbean Green #0CC899
Tints of Caribbean Green #0CC899
RGB
CMYK
RGB Variations
Color information
#0CC899 (or 0x0CC899) is known color: Caribbean Green. HEX triplet: 0C, C8 and 99. RGB value is (12,200,153). Sum of RGB (Red+Green+Blue) = 12+200+153=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC899 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC899 is #F33766. Grayscale: #8A8A8A. Windows color (decimal): -15939431 or 10078220. OLE color: 10078220.
HSL color Cylindrical-coordinate representation of color #0CC899: hue angle of 165º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC899 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 153 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.22 |
| HSL | 165º | 0.89% | 0.42% | - |
| HSV(B) | 165º | 0.94% | 0.78% | - |
| XYZ | 26.56 | 43.69 | 37.17 | - |
| YUV | 138.43 | 136.22 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 153 | 0.94 | 0 | 0.24 | 0.22 | 165 | 0.89 | 0.42 |
| Hex | C | C8 | 99 | 5E | 0 | 18 | 16 | A5 | 59 | 2A |
| Octal | 14 | 310 | 231 | 136 | 0 | 30 | 26 | 245 | 131 | 52 |
| Binary | 1100 | 11001000 | 10011001 | 1011110 | 0 | 11000 | 10110 | 10100101 | 1011001 | 101010 |
Color Harmonies of #0CC899
Complementary color
Monochromatic Colors of #0CC899
Black with #0CC899
Text Example
Text Example
White with #0CC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC899; }
p { color: rgb(12,200,153); }
H1.HeaderClassName
{
color: #0CC899;
}
.AnyTagClassName
{
color: #0CC899;
}
</style>
background-color css
<style>
a { background-color: #0CC899; }
a { background-color: rgb(12,200,153); }
div.DivClassName
{
background-color: #0CC899;
}
.BgClassName
{
background-color: #0CC899;
}
</style>
border-color css
<style>
span { border-color: #0CC899; }
span { border-color: rgb(12,200,153); }
td.TdClassName
{
border-color: #0CC899;
}
.TagClassName
{
border-color: #0CC899;
}
</style>