Shades of Caribbean Green #0DC596
Tints of Caribbean Green #0DC596
RGB
CMYK
RGB Variations
Color information
#0DC596 (or 0x0DC596) is known color: Caribbean Green. HEX triplet: 0D, C5 and 96. RGB value is (13,197,150). Sum of RGB (Red+Green+Blue) = 13+197+150=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC596 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC596 is #F23A69. Grayscale: #888888. Windows color (decimal): -15874666 or 9880845. OLE color: 9880845.
HSL color Cylindrical-coordinate representation of color #0DC596: hue angle of 164.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC596 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 150 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.23 |
| HSL | 164.67º | 0.88% | 0.41% | - |
| HSV(B) | 164.67º | 0.93% | 0.77% | - |
| XYZ | 25.64 | 42.22 | 35.65 | - |
| YUV | 136.63 | 135.54 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 150 | 0.93 | 0 | 0.24 | 0.23 | 164.67 | 0.88 | 0.41 |
| Hex | D | C5 | 96 | 5D | 0 | 18 | 17 | A5 | 58 | 29 |
| Octal | 15 | 305 | 226 | 135 | 0 | 30 | 27 | 245 | 130 | 51 |
| Binary | 1101 | 11000101 | 10010110 | 1011101 | 0 | 11000 | 10111 | 10100101 | 1011000 | 101001 |
Color Harmonies of #0DC596
Complementary color
Monochromatic Colors of #0DC596
Black with #0DC596
Text Example
Text Example
White with #0DC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC596; }
p { color: rgb(13,197,150); }
H1.HeaderClassName
{
color: #0DC596;
}
.AnyTagClassName
{
color: #0DC596;
}
</style>
background-color css
<style>
a { background-color: #0DC596; }
a { background-color: rgb(13,197,150); }
div.DivClassName
{
background-color: #0DC596;
}
.BgClassName
{
background-color: #0DC596;
}
</style>
border-color css
<style>
span { border-color: #0DC596; }
span { border-color: rgb(13,197,150); }
td.TdClassName
{
border-color: #0DC596;
}
.TagClassName
{
border-color: #0DC596;
}
</style>