Shades of Caribbean Green #0DCAA0
Tints of Caribbean Green #0DCAA0
RGB
CMYK
RGB Variations
Color information
#0DCAA0 (or 0x0DCAA0) is known color: Caribbean Green. HEX triplet: 0D, CA and A0. RGB value is (13,202,160). Sum of RGB (Red+Green+Blue) = 13+202+160=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCAA0 is #F2355F. Grayscale: #8C8C8C. Windows color (decimal): -15873376 or 10537485. OLE color: 10537485.
HSL color Cylindrical-coordinate representation of color #0DCAA0: hue angle of 166.67º 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 #0DCAA0 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 160 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.21 |
| HSL | 166.67º | 0.88% | 0.42% | - |
| HSV(B) | 166.67º | 0.94% | 0.79% | - |
| XYZ | 27.63 | 44.86 | 40.46 | - |
| YUV | 140.7 | 138.88 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 160 | 0.94 | 0 | 0.21 | 0.21 | 166.67 | 0.88 | 0.42 |
| Hex | D | CA | A0 | 5E | 0 | 15 | 15 | A7 | 58 | 2A |
| Octal | 15 | 312 | 240 | 136 | 0 | 25 | 25 | 247 | 130 | 52 |
| Binary | 1101 | 11001010 | 10100000 | 1011110 | 0 | 10101 | 10101 | 10100111 | 1011000 | 101010 |
Color Harmonies of #0DCAA0
Complementary color
Monochromatic Colors of #0DCAA0
Black with #0DCAA0
Text Example
Text Example
White with #0DCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAA0; }
p { color: rgb(13,202,160); }
H1.HeaderClassName
{
color: #0DCAA0;
}
.AnyTagClassName
{
color: #0DCAA0;
}
</style>
background-color css
<style>
a { background-color: #0DCAA0; }
a { background-color: rgb(13,202,160); }
div.DivClassName
{
background-color: #0DCAA0;
}
.BgClassName
{
background-color: #0DCAA0;
}
</style>
border-color css
<style>
span { border-color: #0DCAA0; }
span { border-color: rgb(13,202,160); }
td.TdClassName
{
border-color: #0DCAA0;
}
.TagClassName
{
border-color: #0DCAA0;
}
</style>