Shades of Tea Green #D1EDC0
Tints of Tea Green #D1EDC0
RGB
CMYK
RGB Variations
Color information
#D1EDC0 (or 0xD1EDC0) is known color: Tea Green. HEX triplet: D1, ED and C0. RGB value is (209,237,192). Sum of RGB (Red+Green+Blue) = 209+237+192=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDC0 is #2E123F. Grayscale: #DFDFDF. Windows color (decimal): -3019328 or 12643793. OLE color: 12643793.
HSL color Cylindrical-coordinate representation of color #D1EDC0: hue angle of 97.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1EDC0 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 237 | 192 | - |
CMYK | 0.12 | 0 | 0.19 | 0.07 |
HSL | 97.33º | 0.56% | 0.84% | - |
HSV(B) | 97.33º | 0.19% | 0.93% | - |
XYZ | 66.09 | 77.93 | 61.43 | - |
YUV | 223.5 | 110.22 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 237 | 192 | 0.12 | 0 | 0.19 | 0.07 | 97.33 | 0.56 | 0.84 |
Hex | D1 | ED | C0 | C | 0 | 13 | 7 | 61 | 38 | 54 |
Octal | 321 | 355 | 300 | 14 | 0 | 23 | 7 | 141 | 70 | 124 |
Binary | 11010001 | 11101101 | 11000000 | 1100 | 0 | 10011 | 111 | 1100001 | 111000 | 1010100 |
Color Harmonies of #D1EDC0
Complementary color
Monochromatic Colors of #D1EDC0
Black with #D1EDC0
Text Example
Text Example
White with #D1EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EDC0; }
p { color: rgb(209,237,192); }
H1.HeaderClassName
{
color: #D1EDC0;
}
.AnyTagClassName
{
color: #D1EDC0;
}
</style>
background-color css
<style>
a { background-color: #D1EDC0; }
a { background-color: rgb(209,237,192); }
div.DivClassName
{
background-color: #D1EDC0;
}
.BgClassName
{
background-color: #D1EDC0;
}
</style>
border-color css
<style>
span { border-color: #D1EDC0; }
span { border-color: rgb(209,237,192); }
td.TdClassName
{
border-color: #D1EDC0;
}
.TagClassName
{
border-color: #D1EDC0;
}
</style>