Shades of Tea Green #D5EFC1
Tints of Tea Green #D5EFC1
RGB
CMYK
RGB Variations
Color information
#D5EFC1 (or 0xD5EFC1) is known color: Tea Green. HEX triplet: D5, EF and C1. RGB value is (213,239,193). Sum of RGB (Red+Green+Blue) = 213+239+193=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFC1 is #2A103E. Grayscale: #E2E2E2. Windows color (decimal): -2756671 or 12709845. OLE color: 12709845.
HSL color Cylindrical-coordinate representation of color #D5EFC1: hue angle of 93.91º degrees, saturation: 0.59, 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 #D5EFC1 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 193 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.06 |
| HSL | 93.91º | 0.59% | 0.85% | - |
| HSV(B) | 93.91º | 0.19% | 0.94% | - |
| XYZ | 67.93 | 79.73 | 62.26 | - |
| YUV | 225.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 193 | 0.11 | 0 | 0.19 | 0.06 | 93.91 | 0.59 | 0.85 |
| Hex | D5 | EF | C1 | B | 0 | 13 | 6 | 5E | 3B | 55 |
| Octal | 325 | 357 | 301 | 13 | 0 | 23 | 6 | 136 | 73 | 125 |
| Binary | 11010101 | 11101111 | 11000001 | 1011 | 0 | 10011 | 110 | 1011110 | 111011 | 1010101 |
Color Harmonies of #D5EFC1
Complementary color
Monochromatic Colors of #D5EFC1
Black with #D5EFC1
Text Example
Text Example
White with #D5EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFC1; }
p { color: rgb(213,239,193); }
H1.HeaderClassName
{
color: #D5EFC1;
}
.AnyTagClassName
{
color: #D5EFC1;
}
</style>
background-color css
<style>
a { background-color: #D5EFC1; }
a { background-color: rgb(213,239,193); }
div.DivClassName
{
background-color: #D5EFC1;
}
.BgClassName
{
background-color: #D5EFC1;
}
</style>
border-color css
<style>
span { border-color: #D5EFC1; }
span { border-color: rgb(213,239,193); }
td.TdClassName
{
border-color: #D5EFC1;
}
.TagClassName
{
border-color: #D5EFC1;
}
</style>