Shades of Tea Green #D5E9C2
Tints of Tea Green #D5E9C2
RGB
CMYK
RGB Variations
Color information
#D5E9C2 (or 0xD5E9C2) is known color: Tea Green. HEX triplet: D5, E9 and C2. RGB value is (213,233,194). Sum of RGB (Red+Green+Blue) = 213+233+194=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9C2 is #2A163D. Grayscale: #DEDEDE. Windows color (decimal): -2758206 or 12773845. OLE color: 12773845.
HSL color Cylindrical-coordinate representation of color #D5E9C2: hue angle of 90.77º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5E9C2 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 233 | 194 | - |
CMYK | 0.09 | 0 | 0.17 | 0.09 |
HSL | 90.77º | 0.47% | 0.84% | - |
HSV(B) | 90.77º | 0.17% | 0.91% | - |
XYZ | 66.32 | 76.32 | 62.27 | - |
YUV | 222.57 | 111.87 | 121.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 233 | 194 | 0.09 | 0 | 0.17 | 0.09 | 90.77 | 0.47 | 0.84 |
Hex | D5 | E9 | C2 | 9 | 0 | 11 | 9 | 5B | 2F | 54 |
Octal | 325 | 351 | 302 | 11 | 0 | 21 | 11 | 133 | 57 | 124 |
Binary | 11010101 | 11101001 | 11000010 | 1001 | 0 | 10001 | 1001 | 1011011 | 101111 | 1010100 |
Color Harmonies of #D5E9C2
Complementary color
Monochromatic Colors of #D5E9C2
Black with #D5E9C2
Text Example
Text Example
White with #D5E9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9C2; }
p { color: rgb(213,233,194); }
H1.HeaderClassName
{
color: #D5E9C2;
}
.AnyTagClassName
{
color: #D5E9C2;
}
</style>
background-color css
<style>
a { background-color: #D5E9C2; }
a { background-color: rgb(213,233,194); }
div.DivClassName
{
background-color: #D5E9C2;
}
.BgClassName
{
background-color: #D5E9C2;
}
</style>
border-color css
<style>
span { border-color: #D5E9C2; }
span { border-color: rgb(213,233,194); }
td.TdClassName
{
border-color: #D5E9C2;
}
.TagClassName
{
border-color: #D5E9C2;
}
</style>