Shades of Caribbean Green #0DCC96
Tints of Caribbean Green #0DCC96
RGB
CMYK
RGB Variations
Color information
#0DCC96 (or 0x0DCC96) is known color: Caribbean Green. HEX triplet: 0D, CC and 96. RGB value is (13,204,150). Sum of RGB (Red+Green+Blue) = 13+204+150=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCC96 is #F23369. Grayscale: #8C8C8C. Windows color (decimal): -15872874 or 9882637. OLE color: 9882637.
HSL color Cylindrical-coordinate representation of color #0DCC96: hue angle of 163.04º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC96 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 150 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.2 |
| HSL | 163.04º | 0.88% | 0.43% | - |
| HSV(B) | 163.04º | 0.94% | 0.8% | - |
| XYZ | 27.26 | 45.47 | 36.19 | - |
| YUV | 140.74 | 133.22 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 150 | 0.94 | 0 | 0.26 | 0.2 | 163.04 | 0.88 | 0.43 |
| Hex | D | CC | 96 | 5E | 0 | 1A | 14 | A3 | 58 | 2B |
| Octal | 15 | 314 | 226 | 136 | 0 | 32 | 24 | 243 | 130 | 53 |
| Binary | 1101 | 11001100 | 10010110 | 1011110 | 0 | 11010 | 10100 | 10100011 | 1011000 | 101011 |
Color Harmonies of #0DCC96
Complementary color
Monochromatic Colors of #0DCC96
Black with #0DCC96
Text Example
Text Example
White with #0DCC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC96; }
p { color: rgb(13,204,150); }
H1.HeaderClassName
{
color: #0DCC96;
}
.AnyTagClassName
{
color: #0DCC96;
}
</style>
background-color css
<style>
a { background-color: #0DCC96; }
a { background-color: rgb(13,204,150); }
div.DivClassName
{
background-color: #0DCC96;
}
.BgClassName
{
background-color: #0DCC96;
}
</style>
border-color css
<style>
span { border-color: #0DCC96; }
span { border-color: rgb(13,204,150); }
td.TdClassName
{
border-color: #0DCC96;
}
.TagClassName
{
border-color: #0DCC96;
}
</style>