Shades of Caribbean Green #0DCDAB
Tints of Caribbean Green #0DCDAB
RGB
CMYK
RGB Variations
Color information
#0DCDAB (or 0x0DCDAB) is known color: Caribbean Green. HEX triplet: 0D, CD and AB. RGB value is (13,205,171). Sum of RGB (Red+Green+Blue) = 13+205+171=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCDAB is #F23254. Grayscale: #8F8F8F. Windows color (decimal): -15872597 or 11259149. OLE color: 11259149.
HSL color Cylindrical-coordinate representation of color #0DCDAB: hue angle of 169.38º 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 #0DCDAB is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 171 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.20 |
| HSL | 169.38º | 0.88% | 0.43% | - |
| HSV(B) | 169.38º | 0.94% | 0.8% | - |
| XYZ | 29.35 | 46.69 | 45.99 | - |
| YUV | 143.72 | 143.39 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 171 | 0.94 | 0 | 0.17 | 0.20 | 169.38 | 0.88 | 0.43 |
| Hex | D | CD | AB | 5E | 0 | 11 | 14 | A9 | 58 | 2B |
| Octal | 15 | 315 | 253 | 136 | 0 | 21 | 24 | 251 | 130 | 53 |
| Binary | 1101 | 11001101 | 10101011 | 1011110 | 0 | 10001 | 10100 | 10101001 | 1011000 | 101011 |
Color Harmonies of #0DCDAB
Complementary color
Monochromatic Colors of #0DCDAB
Black with #0DCDAB
Text Example
Text Example
White with #0DCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDAB; }
p { color: rgb(13,205,171); }
H1.HeaderClassName
{
color: #0DCDAB;
}
.AnyTagClassName
{
color: #0DCDAB;
}
</style>
background-color css
<style>
a { background-color: #0DCDAB; }
a { background-color: rgb(13,205,171); }
div.DivClassName
{
background-color: #0DCDAB;
}
.BgClassName
{
background-color: #0DCDAB;
}
</style>
border-color css
<style>
span { border-color: #0DCDAB; }
span { border-color: rgb(13,205,171); }
td.TdClassName
{
border-color: #0DCDAB;
}
.TagClassName
{
border-color: #0DCDAB;
}
</style>