Shades of Tea Green #D0EDB8
Tints of Tea Green #D0EDB8
RGB
CMYK
RGB Variations
Color information
#D0EDB8 (or 0xD0EDB8) is known color: Tea Green. HEX triplet: D0, ED and B8. RGB value is (208,237,184). Sum of RGB (Red+Green+Blue) = 208+237+184=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDB8 is #2F1247. Grayscale: #DEDEDE. Windows color (decimal): -3084872 or 12119504. OLE color: 12119504.
HSL color Cylindrical-coordinate representation of color #D0EDB8: hue angle of 92.83º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0EDB8 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 237 | 184 | - |
CMYK | 0.12 | 0 | 0.22 | 0.07 |
HSL | 92.83º | 0.6% | 0.83% | - |
HSV(B) | 92.83º | 0.22% | 0.93% | - |
XYZ | 64.95 | 77.44 | 56.87 | - |
YUV | 222.29 | 106.39 | 117.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 237 | 184 | 0.12 | 0 | 0.22 | 0.07 | 92.83 | 0.6 | 0.83 |
Hex | D0 | ED | B8 | C | 0 | 16 | 7 | 5D | 3C | 53 |
Octal | 320 | 355 | 270 | 14 | 0 | 26 | 7 | 135 | 74 | 123 |
Binary | 11010000 | 11101101 | 10111000 | 1100 | 0 | 10110 | 111 | 1011101 | 111100 | 1010011 |
Color Harmonies of #D0EDB8
Complementary color
Monochromatic Colors of #D0EDB8
Black with #D0EDB8
Text Example
Text Example
White with #D0EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDB8; }
p { color: rgb(208,237,184); }
H1.HeaderClassName
{
color: #D0EDB8;
}
.AnyTagClassName
{
color: #D0EDB8;
}
</style>
background-color css
<style>
a { background-color: #D0EDB8; }
a { background-color: rgb(208,237,184); }
div.DivClassName
{
background-color: #D0EDB8;
}
.BgClassName
{
background-color: #D0EDB8;
}
</style>
border-color css
<style>
span { border-color: #D0EDB8; }
span { border-color: rgb(208,237,184); }
td.TdClassName
{
border-color: #D0EDB8;
}
.TagClassName
{
border-color: #D0EDB8;
}
</style>