Shades of Caribbean Green #0DDFAA
Tints of Caribbean Green #0DDFAA
RGB
CMYK
RGB Variations
Color information
#0DDFAA (or 0x0DDFAA) is known color: Caribbean Green. HEX triplet: 0D, DF and AA. RGB value is (13,223,170). Sum of RGB (Red+Green+Blue) = 13+223+170=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDFAA is #F22055. Grayscale: #9A9A9A. Windows color (decimal): -15867990 or 11198221. OLE color: 11198221.
HSL color Cylindrical-coordinate representation of color #0DDFAA: hue angle of 164.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFAA is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 170 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.13 |
| HSL | 164.86º | 0.89% | 0.46% | - |
| HSV(B) | 164.86º | 0.94% | 0.87% | - |
| XYZ | 33.81 | 55.76 | 47.01 | - |
| YUV | 154.17 | 136.93 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 170 | 0.94 | 0 | 0.24 | 0.13 | 164.86 | 0.89 | 0.46 |
| Hex | D | DF | AA | 5E | 0 | 18 | D | A5 | 59 | 2E |
| Octal | 15 | 337 | 252 | 136 | 0 | 30 | 15 | 245 | 131 | 56 |
| Binary | 1101 | 11011111 | 10101010 | 1011110 | 0 | 11000 | 1101 | 10100101 | 1011001 | 101110 |
Color Harmonies of #0DDFAA
Complementary color
Monochromatic Colors of #0DDFAA
Black with #0DDFAA
Text Example
Text Example
White with #0DDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFAA; }
p { color: rgb(13,223,170); }
H1.HeaderClassName
{
color: #0DDFAA;
}
.AnyTagClassName
{
color: #0DDFAA;
}
</style>
background-color css
<style>
a { background-color: #0DDFAA; }
a { background-color: rgb(13,223,170); }
div.DivClassName
{
background-color: #0DDFAA;
}
.BgClassName
{
background-color: #0DDFAA;
}
</style>
border-color css
<style>
span { border-color: #0DDFAA; }
span { border-color: rgb(13,223,170); }
td.TdClassName
{
border-color: #0DDFAA;
}
.TagClassName
{
border-color: #0DDFAA;
}
</style>