Shades of Caribbean Green #0DC9A0
Tints of Caribbean Green #0DC9A0
RGB
CMYK
RGB Variations
Color information
#0DC9A0 (or 0x0DC9A0) is known color: Caribbean Green. HEX triplet: 0D, C9 and A0. RGB value is (13,201,160). Sum of RGB (Red+Green+Blue) = 13+201+160=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC9A0 is #F2365F. Grayscale: #8C8C8C. Windows color (decimal): -15873632 or 10537229. OLE color: 10537229.
HSL color Cylindrical-coordinate representation of color #0DC9A0: hue angle of 166.91º 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 #0DC9A0 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 160 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.21 |
| HSL | 166.91º | 0.88% | 0.42% | - |
| HSV(B) | 166.91º | 0.94% | 0.79% | - |
| XYZ | 27.4 | 44.4 | 40.38 | - |
| YUV | 140.11 | 139.22 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 160 | 0.94 | 0 | 0.20 | 0.21 | 166.91 | 0.88 | 0.42 |
| Hex | D | C9 | A0 | 5E | 0 | 14 | 15 | A7 | 58 | 2A |
| Octal | 15 | 311 | 240 | 136 | 0 | 24 | 25 | 247 | 130 | 52 |
| Binary | 1101 | 11001001 | 10100000 | 1011110 | 0 | 10100 | 10101 | 10100111 | 1011000 | 101010 |
Color Harmonies of #0DC9A0
Complementary color
Monochromatic Colors of #0DC9A0
Black with #0DC9A0
Text Example
Text Example
White with #0DC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC9A0; }
p { color: rgb(13,201,160); }
H1.HeaderClassName
{
color: #0DC9A0;
}
.AnyTagClassName
{
color: #0DC9A0;
}
</style>
background-color css
<style>
a { background-color: #0DC9A0; }
a { background-color: rgb(13,201,160); }
div.DivClassName
{
background-color: #0DC9A0;
}
.BgClassName
{
background-color: #0DC9A0;
}
</style>
border-color css
<style>
span { border-color: #0DC9A0; }
span { border-color: rgb(13,201,160); }
td.TdClassName
{
border-color: #0DC9A0;
}
.TagClassName
{
border-color: #0DC9A0;
}
</style>