Shades of Caribbean Green #0DDFAE
Tints of Caribbean Green #0DDFAE
RGB
CMYK
RGB Variations
Color information
#0DDFAE (or 0x0DDFAE) is known color: Caribbean Green. HEX triplet: 0D, DF and AE. RGB value is (13,223,174). Sum of RGB (Red+Green+Blue) = 13+223+174=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDFAE is #F22051. Grayscale: #9A9A9A. Windows color (decimal): -15867986 or 11460365. OLE color: 11460365.
HSL color Cylindrical-coordinate representation of color #0DDFAE: hue angle of 166º 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 #0DDFAE is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 174 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.13 |
| HSL | 166º | 0.89% | 0.46% | - |
| HSV(B) | 166º | 0.94% | 0.87% | - |
| XYZ | 34.19 | 55.92 | 49.04 | - |
| YUV | 154.62 | 138.93 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 174 | 0.94 | 0 | 0.22 | 0.13 | 166 | 0.89 | 0.46 |
| Hex | D | DF | AE | 5E | 0 | 16 | D | A6 | 59 | 2E |
| Octal | 15 | 337 | 256 | 136 | 0 | 26 | 15 | 246 | 131 | 56 |
| Binary | 1101 | 11011111 | 10101110 | 1011110 | 0 | 10110 | 1101 | 10100110 | 1011001 | 101110 |
Color Harmonies of #0DDFAE
Complementary color
Monochromatic Colors of #0DDFAE
Black with #0DDFAE
Text Example
Text Example
White with #0DDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFAE; }
p { color: rgb(13,223,174); }
H1.HeaderClassName
{
color: #0DDFAE;
}
.AnyTagClassName
{
color: #0DDFAE;
}
</style>
background-color css
<style>
a { background-color: #0DDFAE; }
a { background-color: rgb(13,223,174); }
div.DivClassName
{
background-color: #0DDFAE;
}
.BgClassName
{
background-color: #0DDFAE;
}
</style>
border-color css
<style>
span { border-color: #0DDFAE; }
span { border-color: rgb(13,223,174); }
td.TdClassName
{
border-color: #0DDFAE;
}
.TagClassName
{
border-color: #0DDFAE;
}
</style>