Shades of Caribbean Green #0DCAAB
Tints of Caribbean Green #0DCAAB
RGB
CMYK
RGB Variations
Color information
#0DCAAB (or 0x0DCAAB) is known color: Caribbean Green. HEX triplet: 0D, CA and AB. RGB value is (13,202,171). Sum of RGB (Red+Green+Blue) = 13+202+171=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCAAB is #F23554. Grayscale: #8D8D8D. Windows color (decimal): -15873365 or 11258381. OLE color: 11258381.
HSL color Cylindrical-coordinate representation of color #0DCAAB: hue angle of 170.16º 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 #0DCAAB is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 171 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.21 |
| HSL | 170.16º | 0.88% | 0.42% | - |
| HSV(B) | 170.16º | 0.94% | 0.79% | - |
| XYZ | 28.64 | 45.27 | 45.76 | - |
| YUV | 141.96 | 144.38 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 171 | 0.94 | 0 | 0.15 | 0.21 | 170.16 | 0.88 | 0.42 |
| Hex | D | CA | AB | 5E | 0 | F | 15 | AA | 58 | 2A |
| Octal | 15 | 312 | 253 | 136 | 0 | 17 | 25 | 252 | 130 | 52 |
| Binary | 1101 | 11001010 | 10101011 | 1011110 | 0 | 1111 | 10101 | 10101010 | 1011000 | 101010 |
Color Harmonies of #0DCAAB
Complementary color
Monochromatic Colors of #0DCAAB
Black with #0DCAAB
Text Example
Text Example
White with #0DCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAAB; }
p { color: rgb(13,202,171); }
H1.HeaderClassName
{
color: #0DCAAB;
}
.AnyTagClassName
{
color: #0DCAAB;
}
</style>
background-color css
<style>
a { background-color: #0DCAAB; }
a { background-color: rgb(13,202,171); }
div.DivClassName
{
background-color: #0DCAAB;
}
.BgClassName
{
background-color: #0DCAAB;
}
</style>
border-color css
<style>
span { border-color: #0DCAAB; }
span { border-color: rgb(13,202,171); }
td.TdClassName
{
border-color: #0DCAAB;
}
.TagClassName
{
border-color: #0DCAAB;
}
</style>