Shades of Caribbean Green #0DC4A8
Tints of Caribbean Green #0DC4A8
RGB
CMYK
RGB Variations
Color information
#0DC4A8 (or 0x0DC4A8) is known color: Caribbean Green. HEX triplet: 0D, C4 and A8. RGB value is (13,196,168). Sum of RGB (Red+Green+Blue) = 13+196+168=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC4A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC4A8 is #F23B57. Grayscale: #8A8A8A. Windows color (decimal): -15874904 or 11060237. OLE color: 11060237.
HSL color Cylindrical-coordinate representation of color #0DC4A8: hue angle of 170.82º 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 #0DC4A8 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 168 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.23 |
| HSL | 170.82º | 0.88% | 0.41% | - |
| HSV(B) | 170.82º | 0.93% | 0.77% | - |
| XYZ | 26.97 | 42.39 | 43.81 | - |
| YUV | 138.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 168 | 0.93 | 0 | 0.14 | 0.23 | 170.82 | 0.88 | 0.41 |
| Hex | D | C4 | A8 | 5D | 0 | E | 17 | AB | 58 | 29 |
| Octal | 15 | 304 | 250 | 135 | 0 | 16 | 27 | 253 | 130 | 51 |
| Binary | 1101 | 11000100 | 10101000 | 1011101 | 0 | 1110 | 10111 | 10101011 | 1011000 | 101001 |
Color Harmonies of #0DC4A8
Complementary color
Monochromatic Colors of #0DC4A8
Black with #0DC4A8
Text Example
Text Example
White with #0DC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC4A8; }
p { color: rgb(13,196,168); }
H1.HeaderClassName
{
color: #0DC4A8;
}
.AnyTagClassName
{
color: #0DC4A8;
}
</style>
background-color css
<style>
a { background-color: #0DC4A8; }
a { background-color: rgb(13,196,168); }
div.DivClassName
{
background-color: #0DC4A8;
}
.BgClassName
{
background-color: #0DC4A8;
}
</style>
border-color css
<style>
span { border-color: #0DC4A8; }
span { border-color: rgb(13,196,168); }
td.TdClassName
{
border-color: #0DC4A8;
}
.TagClassName
{
border-color: #0DC4A8;
}
</style>