Shades of Caribbean Green #0DC896
Tints of Caribbean Green #0DC896
RGB
CMYK
RGB Variations
Color information
#0DC896 (or 0x0DC896) is known color: Caribbean Green. HEX triplet: 0D, C8 and 96. RGB value is (13,200,150). Sum of RGB (Red+Green+Blue) = 13+200+150=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC896 is #F23769. Grayscale: #8A8A8A. Windows color (decimal): -15873898 or 9881613. OLE color: 9881613.
HSL color Cylindrical-coordinate representation of color #0DC896: hue angle of 163.96º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC896 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 150 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.22 |
| HSL | 163.96º | 0.88% | 0.42% | - |
| HSV(B) | 163.96º | 0.94% | 0.78% | - |
| XYZ | 26.33 | 43.6 | 35.88 | - |
| YUV | 138.39 | 134.55 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 150 | 0.94 | 0 | 0.25 | 0.22 | 163.96 | 0.88 | 0.42 |
| Hex | D | C8 | 96 | 5E | 0 | 19 | 16 | A4 | 58 | 2A |
| Octal | 15 | 310 | 226 | 136 | 0 | 31 | 26 | 244 | 130 | 52 |
| Binary | 1101 | 11001000 | 10010110 | 1011110 | 0 | 11001 | 10110 | 10100100 | 1011000 | 101010 |
Color Harmonies of #0DC896
Complementary color
Monochromatic Colors of #0DC896
Black with #0DC896
Text Example
Text Example
White with #0DC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC896; }
p { color: rgb(13,200,150); }
H1.HeaderClassName
{
color: #0DC896;
}
.AnyTagClassName
{
color: #0DC896;
}
</style>
background-color css
<style>
a { background-color: #0DC896; }
a { background-color: rgb(13,200,150); }
div.DivClassName
{
background-color: #0DC896;
}
.BgClassName
{
background-color: #0DC896;
}
</style>
border-color css
<style>
span { border-color: #0DC896; }
span { border-color: rgb(13,200,150); }
td.TdClassName
{
border-color: #0DC896;
}
.TagClassName
{
border-color: #0DC896;
}
</style>