Shades of Caribbean Green #0DCDAA
Tints of Caribbean Green #0DCDAA
RGB
CMYK
RGB Variations
Color information
#0DCDAA (or 0x0DCDAA) is known color: Caribbean Green. HEX triplet: 0D, CD and AA. RGB value is (13,205,170). Sum of RGB (Red+Green+Blue) = 13+205+170=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCDAA is #F23255. Grayscale: #8F8F8F. Windows color (decimal): -15872598 or 11193613. OLE color: 11193613.
HSL color Cylindrical-coordinate representation of color #0DCDAA: hue angle of 169.06º 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 #0DCDAA is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 170 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.20 |
| HSL | 169.06º | 0.88% | 0.43% | - |
| HSV(B) | 169.06º | 0.94% | 0.8% | - |
| XYZ | 29.25 | 46.65 | 45.49 | - |
| YUV | 143.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 170 | 0.94 | 0 | 0.17 | 0.20 | 169.06 | 0.88 | 0.43 |
| Hex | D | CD | AA | 5E | 0 | 11 | 14 | A9 | 58 | 2B |
| Octal | 15 | 315 | 252 | 136 | 0 | 21 | 24 | 251 | 130 | 53 |
| Binary | 1101 | 11001101 | 10101010 | 1011110 | 0 | 10001 | 10100 | 10101001 | 1011000 | 101011 |
Color Harmonies of #0DCDAA
Complementary color
Monochromatic Colors of #0DCDAA
Black with #0DCDAA
Text Example
Text Example
White with #0DCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDAA; }
p { color: rgb(13,205,170); }
H1.HeaderClassName
{
color: #0DCDAA;
}
.AnyTagClassName
{
color: #0DCDAA;
}
</style>
background-color css
<style>
a { background-color: #0DCDAA; }
a { background-color: rgb(13,205,170); }
div.DivClassName
{
background-color: #0DCDAA;
}
.BgClassName
{
background-color: #0DCDAA;
}
</style>
border-color css
<style>
span { border-color: #0DCDAA; }
span { border-color: rgb(13,205,170); }
td.TdClassName
{
border-color: #0DCDAA;
}
.TagClassName
{
border-color: #0DCDAA;
}
</style>