Shades of Caribbean Green #0DC9AD
Tints of Caribbean Green #0DC9AD
RGB
CMYK
RGB Variations
Color information
#0DC9AD (or 0x0DC9AD) is known color: Caribbean Green. HEX triplet: 0D, C9 and AD. RGB value is (13,201,173). Sum of RGB (Red+Green+Blue) = 13+201+173=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC9AD is #F23652. Grayscale: #8D8D8D. Windows color (decimal): -15873619 or 11389197. OLE color: 11389197.
HSL color Cylindrical-coordinate representation of color #0DC9AD: hue angle of 171.06º 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 #0DC9AD is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 173 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.21 |
| HSL | 171.06º | 0.88% | 0.42% | - |
| HSV(B) | 171.06º | 0.94% | 0.79% | - |
| XYZ | 28.6 | 44.88 | 46.69 | - |
| YUV | 141.6 | 145.72 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 173 | 0.94 | 0 | 0.14 | 0.21 | 171.06 | 0.88 | 0.42 |
| Hex | D | C9 | AD | 5E | 0 | E | 15 | AB | 58 | 2A |
| Octal | 15 | 311 | 255 | 136 | 0 | 16 | 25 | 253 | 130 | 52 |
| Binary | 1101 | 11001001 | 10101101 | 1011110 | 0 | 1110 | 10101 | 10101011 | 1011000 | 101010 |
Color Harmonies of #0DC9AD
Complementary color
Monochromatic Colors of #0DC9AD
Black with #0DC9AD
Text Example
Text Example
White with #0DC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC9AD; }
p { color: rgb(13,201,173); }
H1.HeaderClassName
{
color: #0DC9AD;
}
.AnyTagClassName
{
color: #0DC9AD;
}
</style>
background-color css
<style>
a { background-color: #0DC9AD; }
a { background-color: rgb(13,201,173); }
div.DivClassName
{
background-color: #0DC9AD;
}
.BgClassName
{
background-color: #0DC9AD;
}
</style>
border-color css
<style>
span { border-color: #0DC9AD; }
span { border-color: rgb(13,201,173); }
td.TdClassName
{
border-color: #0DC9AD;
}
.TagClassName
{
border-color: #0DC9AD;
}
</style>