Shades of Tea Green #D5EFC2
Tints of Tea Green #D5EFC2
RGB
CMYK
RGB Variations
Color information
#D5EFC2 (or 0xD5EFC2) is known color: Tea Green. HEX triplet: D5, EF and C2. RGB value is (213,239,194). Sum of RGB (Red+Green+Blue) = 213+239+194=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFC2 is #2A103D. Grayscale: #E2E2E2. Windows color (decimal): -2756670 or 12775381. OLE color: 12775381.
HSL color Cylindrical-coordinate representation of color #D5EFC2: hue angle of 94.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5EFC2 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 194 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.06 |
| HSL | 94.67º | 0.58% | 0.85% | - |
| HSV(B) | 94.67º | 0.19% | 0.94% | - |
| XYZ | 68.04 | 79.77 | 62.85 | - |
| YUV | 226.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 194 | 0.11 | 0 | 0.19 | 0.06 | 94.67 | 0.58 | 0.85 |
| Hex | D5 | EF | C2 | B | 0 | 13 | 6 | 5F | 3A | 55 |
| Octal | 325 | 357 | 302 | 13 | 0 | 23 | 6 | 137 | 72 | 125 |
| Binary | 11010101 | 11101111 | 11000010 | 1011 | 0 | 10011 | 110 | 1011111 | 111010 | 1010101 |
Color Harmonies of #D5EFC2
Complementary color
Monochromatic Colors of #D5EFC2
Black with #D5EFC2
Text Example
Text Example
White with #D5EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFC2; }
p { color: rgb(213,239,194); }
H1.HeaderClassName
{
color: #D5EFC2;
}
.AnyTagClassName
{
color: #D5EFC2;
}
</style>
background-color css
<style>
a { background-color: #D5EFC2; }
a { background-color: rgb(213,239,194); }
div.DivClassName
{
background-color: #D5EFC2;
}
.BgClassName
{
background-color: #D5EFC2;
}
</style>
border-color css
<style>
span { border-color: #D5EFC2; }
span { border-color: rgb(213,239,194); }
td.TdClassName
{
border-color: #D5EFC2;
}
.TagClassName
{
border-color: #D5EFC2;
}
</style>