Shades of Caribbean Green #0CD89E
Tints of Caribbean Green #0CD89E
RGB
CMYK
RGB Variations
Color information
#0CD89E (or 0x0CD89E) is known color: Caribbean Green. HEX triplet: 0C, D8 and 9E. RGB value is (12,216,158). Sum of RGB (Red+Green+Blue) = 12+216+158=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD89E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD89E is #F32761. Grayscale: #949494. Windows color (decimal): -15935330 or 10409996. OLE color: 10409996.
HSL color Cylindrical-coordinate representation of color #0CD89E: hue angle of 162.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD89E is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 216 | 158 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.15 |
| HSL | 162.94º | 0.89% | 0.45% | - |
| HSV(B) | 162.94º | 0.94% | 0.85% | - |
| XYZ | 30.88 | 51.66 | 40.69 | - |
| YUV | 148.39 | 133.41 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 216 | 158 | 0.94 | 0 | 0.27 | 0.15 | 162.94 | 0.89 | 0.45 |
| Hex | C | D8 | 9E | 5E | 0 | 1B | F | A3 | 59 | 2D |
| Octal | 14 | 330 | 236 | 136 | 0 | 33 | 17 | 243 | 131 | 55 |
| Binary | 1100 | 11011000 | 10011110 | 1011110 | 0 | 11011 | 1111 | 10100011 | 1011001 | 101101 |
Color Harmonies of #0CD89E
Complementary color
Monochromatic Colors of #0CD89E
Black with #0CD89E
Text Example
Text Example
White with #0CD89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD89E; }
p { color: rgb(12,216,158); }
H1.HeaderClassName
{
color: #0CD89E;
}
.AnyTagClassName
{
color: #0CD89E;
}
</style>
background-color css
<style>
a { background-color: #0CD89E; }
a { background-color: rgb(12,216,158); }
div.DivClassName
{
background-color: #0CD89E;
}
.BgClassName
{
background-color: #0CD89E;
}
</style>
border-color css
<style>
span { border-color: #0CD89E; }
span { border-color: rgb(12,216,158); }
td.TdClassName
{
border-color: #0CD89E;
}
.TagClassName
{
border-color: #0CD89E;
}
</style>