Shades of Caribbean Green #0DDC9E
Tints of Caribbean Green #0DDC9E
RGB
CMYK
RGB Variations
Color information
#0DDC9E (or 0x0DDC9E) is known color: Caribbean Green. HEX triplet: 0D, DC and 9E. RGB value is (13,220,158). Sum of RGB (Red+Green+Blue) = 13+220+158=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDC9E is #F22361. Grayscale: #979797. Windows color (decimal): -15868770 or 10411021. OLE color: 10411021.
HSL color Cylindrical-coordinate representation of color #0DDC9E: hue angle of 162.03º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC9E is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 158 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.14 |
| HSL | 162.03º | 0.89% | 0.46% | - |
| HSV(B) | 162.03º | 0.94% | 0.86% | - |
| XYZ | 31.93 | 53.74 | 41.04 | - |
| YUV | 151.04 | 131.92 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 158 | 0.94 | 0 | 0.28 | 0.14 | 162.03 | 0.89 | 0.46 |
| Hex | D | DC | 9E | 5E | 0 | 1C | E | A2 | 59 | 2E |
| Octal | 15 | 334 | 236 | 136 | 0 | 34 | 16 | 242 | 131 | 56 |
| Binary | 1101 | 11011100 | 10011110 | 1011110 | 0 | 11100 | 1110 | 10100010 | 1011001 | 101110 |
Color Harmonies of #0DDC9E
Complementary color
Monochromatic Colors of #0DDC9E
Black with #0DDC9E
Text Example
Text Example
White with #0DDC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC9E; }
p { color: rgb(13,220,158); }
H1.HeaderClassName
{
color: #0DDC9E;
}
.AnyTagClassName
{
color: #0DDC9E;
}
</style>
background-color css
<style>
a { background-color: #0DDC9E; }
a { background-color: rgb(13,220,158); }
div.DivClassName
{
background-color: #0DDC9E;
}
.BgClassName
{
background-color: #0DDC9E;
}
</style>
border-color css
<style>
span { border-color: #0DDC9E; }
span { border-color: rgb(13,220,158); }
td.TdClassName
{
border-color: #0DDC9E;
}
.TagClassName
{
border-color: #0DDC9E;
}
</style>