Shades of Caribbean Green #0DC996
Tints of Caribbean Green #0DC996
RGB
CMYK
RGB Variations
Color information
#0DC996 (or 0x0DC996) is known color: Caribbean Green. HEX triplet: 0D, C9 and 96. RGB value is (13,201,150). Sum of RGB (Red+Green+Blue) = 13+201+150=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC996 is #F23669. Grayscale: #8A8A8A. Windows color (decimal): -15873642 or 9881869. OLE color: 9881869.
HSL color Cylindrical-coordinate representation of color #0DC996: hue angle of 163.72º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC996 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 150 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.21 |
| HSL | 163.72º | 0.88% | 0.42% | - |
| HSV(B) | 163.72º | 0.94% | 0.79% | - |
| XYZ | 26.56 | 44.06 | 35.96 | - |
| YUV | 138.97 | 134.22 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 150 | 0.94 | 0 | 0.25 | 0.21 | 163.72 | 0.88 | 0.42 |
| Hex | D | C9 | 96 | 5E | 0 | 19 | 15 | A4 | 58 | 2A |
| Octal | 15 | 311 | 226 | 136 | 0 | 31 | 25 | 244 | 130 | 52 |
| Binary | 1101 | 11001001 | 10010110 | 1011110 | 0 | 11001 | 10101 | 10100100 | 1011000 | 101010 |
Color Harmonies of #0DC996
Complementary color
Monochromatic Colors of #0DC996
Black with #0DC996
Text Example
Text Example
White with #0DC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC996; }
p { color: rgb(13,201,150); }
H1.HeaderClassName
{
color: #0DC996;
}
.AnyTagClassName
{
color: #0DC996;
}
</style>
background-color css
<style>
a { background-color: #0DC996; }
a { background-color: rgb(13,201,150); }
div.DivClassName
{
background-color: #0DC996;
}
.BgClassName
{
background-color: #0DC996;
}
</style>
border-color css
<style>
span { border-color: #0DC996; }
span { border-color: rgb(13,201,150); }
td.TdClassName
{
border-color: #0DC996;
}
.TagClassName
{
border-color: #0DC996;
}
</style>