Shades of Caribbean Green #0CD19E
Tints of Caribbean Green #0CD19E
RGB
CMYK
RGB Variations
Color information
#0CD19E (or 0x0CD19E) is known color: Caribbean Green. HEX triplet: 0C, D1 and 9E. RGB value is (12,209,158). Sum of RGB (Red+Green+Blue) = 12+209+158=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD19E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD19E is #F32E61. Grayscale: #909090. Windows color (decimal): -15937122 or 10408204. OLE color: 10408204.
HSL color Cylindrical-coordinate representation of color #0CD19E: hue angle of 164.47º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD19E is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 209 | 158 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.18 |
| HSL | 164.47º | 0.89% | 0.43% | - |
| HSV(B) | 164.47º | 0.94% | 0.82% | - |
| XYZ | 29.12 | 48.15 | 40.11 | - |
| YUV | 144.28 | 135.73 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 158 | 0.94 | 0 | 0.24 | 0.18 | 164.47 | 0.89 | 0.43 |
| Hex | C | D1 | 9E | 5E | 0 | 18 | 12 | A4 | 59 | 2B |
| Octal | 14 | 321 | 236 | 136 | 0 | 30 | 22 | 244 | 131 | 53 |
| Binary | 1100 | 11010001 | 10011110 | 1011110 | 0 | 11000 | 10010 | 10100100 | 1011001 | 101011 |
Color Harmonies of #0CD19E
Complementary color
Monochromatic Colors of #0CD19E
Black with #0CD19E
Text Example
Text Example
White with #0CD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD19E; }
p { color: rgb(12,209,158); }
H1.HeaderClassName
{
color: #0CD19E;
}
.AnyTagClassName
{
color: #0CD19E;
}
</style>
background-color css
<style>
a { background-color: #0CD19E; }
a { background-color: rgb(12,209,158); }
div.DivClassName
{
background-color: #0CD19E;
}
.BgClassName
{
background-color: #0CD19E;
}
</style>
border-color css
<style>
span { border-color: #0CD19E; }
span { border-color: rgb(12,209,158); }
td.TdClassName
{
border-color: #0CD19E;
}
.TagClassName
{
border-color: #0CD19E;
}
</style>