Shades of Caribbean Green #0DE3A6
Tints of Caribbean Green #0DE3A6
RGB
CMYK
RGB Variations
Color information
#0DE3A6 (or 0x0DE3A6) is known color: Caribbean Green. HEX triplet: 0D, E3 and A6. RGB value is (13,227,166). Sum of RGB (Red+Green+Blue) = 13+227+166=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 227 (89.06% from 255 or 55.91% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE3A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE3A6 is #F21C59. Grayscale: #9C9C9C. Windows color (decimal): -15866970 or 10937101. OLE color: 10937101.
HSL color Cylindrical-coordinate representation of color #0DE3A6: hue angle of 162.9º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE3A6 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 166 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.11 |
| HSL | 162.9º | 0.89% | 0.47% | - |
| HSV(B) | 162.9º | 0.94% | 0.89% | - |
| XYZ | 34.52 | 57.78 | 45.41 | - |
| YUV | 156.06 | 133.6 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 166 | 0.94 | 0 | 0.27 | 0.11 | 162.9 | 0.89 | 0.47 |
| Hex | D | E3 | A6 | 5E | 0 | 1B | B | A3 | 59 | 2F |
| Octal | 15 | 343 | 246 | 136 | 0 | 33 | 13 | 243 | 131 | 57 |
| Binary | 1101 | 11100011 | 10100110 | 1011110 | 0 | 11011 | 1011 | 10100011 | 1011001 | 101111 |
Color Harmonies of #0DE3A6
Complementary color
Monochromatic Colors of #0DE3A6
Black with #0DE3A6
Text Example
Text Example
White with #0DE3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE3A6; }
p { color: rgb(13,227,166); }
H1.HeaderClassName
{
color: #0DE3A6;
}
.AnyTagClassName
{
color: #0DE3A6;
}
</style>
background-color css
<style>
a { background-color: #0DE3A6; }
a { background-color: rgb(13,227,166); }
div.DivClassName
{
background-color: #0DE3A6;
}
.BgClassName
{
background-color: #0DE3A6;
}
</style>
border-color css
<style>
span { border-color: #0DE3A6; }
span { border-color: rgb(13,227,166); }
td.TdClassName
{
border-color: #0DE3A6;
}
.TagClassName
{
border-color: #0DE3A6;
}
</style>