Shades of Caribbean Green #0DCAA9
Tints of Caribbean Green #0DCAA9
RGB
CMYK
RGB Variations
Color information
#0DCAA9 (or 0x0DCAA9) is known color: Caribbean Green. HEX triplet: 0D, CA and A9. RGB value is (13,202,169). Sum of RGB (Red+Green+Blue) = 13+202+169=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCAA9 is #F23556. Grayscale: #8D8D8D. Windows color (decimal): -15873367 or 11127309. OLE color: 11127309.
HSL color Cylindrical-coordinate representation of color #0DCAA9: hue angle of 169.52º 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 #0DCAA9 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 169 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.21 |
| HSL | 169.52º | 0.88% | 0.42% | - |
| HSV(B) | 169.52º | 0.94% | 0.79% | - |
| XYZ | 28.45 | 45.19 | 44.76 | - |
| YUV | 141.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 169 | 0.94 | 0 | 0.16 | 0.21 | 169.52 | 0.88 | 0.42 |
| Hex | D | CA | A9 | 5E | 0 | 10 | 15 | AA | 58 | 2A |
| Octal | 15 | 312 | 251 | 136 | 0 | 20 | 25 | 252 | 130 | 52 |
| Binary | 1101 | 11001010 | 10101001 | 1011110 | 0 | 10000 | 10101 | 10101010 | 1011000 | 101010 |
Color Harmonies of #0DCAA9
Complementary color
Monochromatic Colors of #0DCAA9
Black with #0DCAA9
Text Example
Text Example
White with #0DCAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAA9; }
p { color: rgb(13,202,169); }
H1.HeaderClassName
{
color: #0DCAA9;
}
.AnyTagClassName
{
color: #0DCAA9;
}
</style>
background-color css
<style>
a { background-color: #0DCAA9; }
a { background-color: rgb(13,202,169); }
div.DivClassName
{
background-color: #0DCAA9;
}
.BgClassName
{
background-color: #0DCAA9;
}
</style>
border-color css
<style>
span { border-color: #0DCAA9; }
span { border-color: rgb(13,202,169); }
td.TdClassName
{
border-color: #0DCAA9;
}
.TagClassName
{
border-color: #0DCAA9;
}
</style>