Shades of Tea Green #D5EEC6
Tints of Tea Green #D5EEC6
RGB
CMYK
RGB Variations
Color information
#D5EEC6 (or 0xD5EEC6) is known color: Tea Green. HEX triplet: D5, EE and C6. RGB value is (213,238,198). Sum of RGB (Red+Green+Blue) = 213+238+198=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 198 (77.73% from 255 or 30.51% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEC6 is #2A1139. Grayscale: #E2E2E2. Windows color (decimal): -2756922 or 13037269. OLE color: 13037269.
HSL color Cylindrical-coordinate representation of color #D5EEC6: hue angle of 97.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5EEC6 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 198 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.07 |
| HSL | 97.5º | 0.54% | 0.85% | - |
| HSV(B) | 97.5º | 0.17% | 0.93% | - |
| XYZ | 68.21 | 79.37 | 65.15 | - |
| YUV | 225.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 198 | 0.11 | 0 | 0.17 | 0.07 | 97.5 | 0.54 | 0.85 |
| Hex | D5 | EE | C6 | B | 0 | 11 | 7 | 62 | 36 | 55 |
| Octal | 325 | 356 | 306 | 13 | 0 | 21 | 7 | 142 | 66 | 125 |
| Binary | 11010101 | 11101110 | 11000110 | 1011 | 0 | 10001 | 111 | 1100010 | 110110 | 1010101 |
Color Harmonies of #D5EEC6
Complementary color
Monochromatic Colors of #D5EEC6
Black with #D5EEC6
Text Example
Text Example
White with #D5EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEC6; }
p { color: rgb(213,238,198); }
H1.HeaderClassName
{
color: #D5EEC6;
}
.AnyTagClassName
{
color: #D5EEC6;
}
</style>
background-color css
<style>
a { background-color: #D5EEC6; }
a { background-color: rgb(213,238,198); }
div.DivClassName
{
background-color: #D5EEC6;
}
.BgClassName
{
background-color: #D5EEC6;
}
</style>
border-color css
<style>
span { border-color: #D5EEC6; }
span { border-color: rgb(213,238,198); }
td.TdClassName
{
border-color: #D5EEC6;
}
.TagClassName
{
border-color: #D5EEC6;
}
</style>