Shades of Caribbean Green #0DDE9F
Tints of Caribbean Green #0DDE9F
RGB
CMYK
RGB Variations
Color information
#0DDE9F (or 0x0DDE9F) is known color: Caribbean Green. HEX triplet: 0D, DE and 9F. RGB value is (13,222,159). Sum of RGB (Red+Green+Blue) = 13+222+159=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDE9F is #F22160. Grayscale: #989898. Windows color (decimal): -15868257 or 10477069. OLE color: 10477069.
HSL color Cylindrical-coordinate representation of color #0DDE9F: hue angle of 161.91º 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 #0DDE9F is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 159 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.13 |
| HSL | 161.91º | 0.89% | 0.46% | - |
| HSV(B) | 161.91º | 0.94% | 0.87% | - |
| XYZ | 32.55 | 54.83 | 41.67 | - |
| YUV | 152.33 | 131.76 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 159 | 0.94 | 0 | 0.28 | 0.13 | 161.91 | 0.89 | 0.46 |
| Hex | D | DE | 9F | 5E | 0 | 1C | D | A2 | 59 | 2E |
| Octal | 15 | 336 | 237 | 136 | 0 | 34 | 15 | 242 | 131 | 56 |
| Binary | 1101 | 11011110 | 10011111 | 1011110 | 0 | 11100 | 1101 | 10100010 | 1011001 | 101110 |
Color Harmonies of #0DDE9F
Complementary color
Monochromatic Colors of #0DDE9F
Black with #0DDE9F
Text Example
Text Example
White with #0DDE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDE9F; }
p { color: rgb(13,222,159); }
H1.HeaderClassName
{
color: #0DDE9F;
}
.AnyTagClassName
{
color: #0DDE9F;
}
</style>
background-color css
<style>
a { background-color: #0DDE9F; }
a { background-color: rgb(13,222,159); }
div.DivClassName
{
background-color: #0DDE9F;
}
.BgClassName
{
background-color: #0DDE9F;
}
</style>
border-color css
<style>
span { border-color: #0DDE9F; }
span { border-color: rgb(13,222,159); }
td.TdClassName
{
border-color: #0DDE9F;
}
.TagClassName
{
border-color: #0DDE9F;
}
</style>