Shades of Caribbean Green #0CD59E
Tints of Caribbean Green #0CD59E
RGB
CMYK
RGB Variations
Color information
#0CD59E (or 0x0CD59E) is known color: Caribbean Green. HEX triplet: 0C, D5 and 9E. RGB value is (12,213,158). Sum of RGB (Red+Green+Blue) = 12+213+158=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD59E is #F32A61. Grayscale: #929292. Windows color (decimal): -15936098 or 10409228. OLE color: 10409228.
HSL color Cylindrical-coordinate representation of color #0CD59E: hue angle of 163.58º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD59E is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 158 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.16 |
| HSL | 163.58º | 0.89% | 0.44% | - |
| HSV(B) | 163.58º | 0.94% | 0.84% | - |
| XYZ | 30.12 | 50.14 | 40.44 | - |
| YUV | 146.63 | 134.41 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 158 | 0.94 | 0 | 0.26 | 0.16 | 163.58 | 0.89 | 0.44 |
| Hex | C | D5 | 9E | 5E | 0 | 1A | 10 | A4 | 59 | 2C |
| Octal | 14 | 325 | 236 | 136 | 0 | 32 | 20 | 244 | 131 | 54 |
| Binary | 1100 | 11010101 | 10011110 | 1011110 | 0 | 11010 | 10000 | 10100100 | 1011001 | 101100 |
Color Harmonies of #0CD59E
Complementary color
Monochromatic Colors of #0CD59E
Black with #0CD59E
Text Example
Text Example
White with #0CD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD59E; }
p { color: rgb(12,213,158); }
H1.HeaderClassName
{
color: #0CD59E;
}
.AnyTagClassName
{
color: #0CD59E;
}
</style>
background-color css
<style>
a { background-color: #0CD59E; }
a { background-color: rgb(12,213,158); }
div.DivClassName
{
background-color: #0CD59E;
}
.BgClassName
{
background-color: #0CD59E;
}
</style>
border-color css
<style>
span { border-color: #0CD59E; }
span { border-color: rgb(12,213,158); }
td.TdClassName
{
border-color: #0CD59E;
}
.TagClassName
{
border-color: #0CD59E;
}
</style>