Shades of Caribbean Green #0DDEAF
Tints of Caribbean Green #0DDEAF
RGB
CMYK
RGB Variations
Color information
#0DDEAF (or 0x0DDEAF) is known color: Caribbean Green. HEX triplet: 0D, DE and AF. RGB value is (13,222,175). Sum of RGB (Red+Green+Blue) = 13+222+175=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDEAF is #F22150. Grayscale: #9A9A9A. Windows color (decimal): -15868241 or 11525645. OLE color: 11525645.
HSL color Cylindrical-coordinate representation of color #0DDEAF: hue angle of 166.51º 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 #0DDEAF is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 175 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.13 |
| HSL | 166.51º | 0.89% | 0.46% | - |
| HSV(B) | 166.51º | 0.94% | 0.87% | - |
| XYZ | 34.03 | 55.42 | 49.46 | - |
| YUV | 154.15 | 139.76 | 27.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 175 | 0.94 | 0 | 0.21 | 0.13 | 166.51 | 0.89 | 0.46 |
| Hex | D | DE | AF | 5E | 0 | 15 | D | A7 | 59 | 2E |
| Octal | 15 | 336 | 257 | 136 | 0 | 25 | 15 | 247 | 131 | 56 |
| Binary | 1101 | 11011110 | 10101111 | 1011110 | 0 | 10101 | 1101 | 10100111 | 1011001 | 101110 |
Color Harmonies of #0DDEAF
Complementary color
Monochromatic Colors of #0DDEAF
Black with #0DDEAF
Text Example
Text Example
White with #0DDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEAF; }
p { color: rgb(13,222,175); }
H1.HeaderClassName
{
color: #0DDEAF;
}
.AnyTagClassName
{
color: #0DDEAF;
}
</style>
background-color css
<style>
a { background-color: #0DDEAF; }
a { background-color: rgb(13,222,175); }
div.DivClassName
{
background-color: #0DDEAF;
}
.BgClassName
{
background-color: #0DDEAF;
}
</style>
border-color css
<style>
span { border-color: #0DDEAF; }
span { border-color: rgb(13,222,175); }
td.TdClassName
{
border-color: #0DDEAF;
}
.TagClassName
{
border-color: #0DDEAF;
}
</style>