Shades of Caribbean Green #0DCCAB
Tints of Caribbean Green #0DCCAB
RGB
CMYK
RGB Variations
Color information
#0DCCAB (or 0x0DCCAB) is known color: Caribbean Green. HEX triplet: 0D, CC and AB. RGB value is (13,204,171). Sum of RGB (Red+Green+Blue) = 13+204+171=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCCAB is #F23354. Grayscale: #8F8F8F. Windows color (decimal): -15872853 or 11258893. OLE color: 11258893.
HSL color Cylindrical-coordinate representation of color #0DCCAB: hue angle of 169.63º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCAB is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 171 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.2 |
| HSL | 169.63º | 0.88% | 0.43% | - |
| HSV(B) | 169.63º | 0.94% | 0.8% | - |
| XYZ | 29.11 | 46.21 | 45.91 | - |
| YUV | 143.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 171 | 0.94 | 0 | 0.16 | 0.2 | 169.63 | 0.88 | 0.43 |
| Hex | D | CC | AB | 5E | 0 | 10 | 14 | AA | 58 | 2B |
| Octal | 15 | 314 | 253 | 136 | 0 | 20 | 24 | 252 | 130 | 53 |
| Binary | 1101 | 11001100 | 10101011 | 1011110 | 0 | 10000 | 10100 | 10101010 | 1011000 | 101011 |
Color Harmonies of #0DCCAB
Complementary color
Monochromatic Colors of #0DCCAB
Black with #0DCCAB
Text Example
Text Example
White with #0DCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCAB; }
p { color: rgb(13,204,171); }
H1.HeaderClassName
{
color: #0DCCAB;
}
.AnyTagClassName
{
color: #0DCCAB;
}
</style>
background-color css
<style>
a { background-color: #0DCCAB; }
a { background-color: rgb(13,204,171); }
div.DivClassName
{
background-color: #0DCCAB;
}
.BgClassName
{
background-color: #0DCCAB;
}
</style>
border-color css
<style>
span { border-color: #0DCCAB; }
span { border-color: rgb(13,204,171); }
td.TdClassName
{
border-color: #0DCCAB;
}
.TagClassName
{
border-color: #0DCCAB;
}
</style>