Shades of Tea Green #D5EAC1
Tints of Tea Green #D5EAC1
RGB
CMYK
RGB Variations
Color information
#D5EAC1 (or 0xD5EAC1) is known color: Tea Green. HEX triplet: D5, EA and C1. RGB value is (213,234,193). Sum of RGB (Red+Green+Blue) = 213+234+193=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EAC1 is #2A153E. Grayscale: #DFDFDF. Windows color (decimal): -2757951 or 12708565. OLE color: 12708565.
HSL color Cylindrical-coordinate representation of color #D5EAC1: hue angle of 90.73º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5EAC1 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 234 | 193 | - |
CMYK | 0.09 | 0 | 0.18 | 0.08 |
HSL | 90.73º | 0.49% | 0.84% | - |
HSV(B) | 90.73º | 0.18% | 0.92% | - |
XYZ | 66.49 | 76.84 | 61.78 | - |
YUV | 223.05 | 111.04 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 234 | 193 | 0.09 | 0 | 0.18 | 0.08 | 90.73 | 0.49 | 0.84 |
Hex | D5 | EA | C1 | 9 | 0 | 12 | 8 | 5B | 31 | 54 |
Octal | 325 | 352 | 301 | 11 | 0 | 22 | 10 | 133 | 61 | 124 |
Binary | 11010101 | 11101010 | 11000001 | 1001 | 0 | 10010 | 1000 | 1011011 | 110001 | 1010100 |
Color Harmonies of #D5EAC1
Complementary color
Monochromatic Colors of #D5EAC1
Black with #D5EAC1
Text Example
Text Example
White with #D5EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EAC1; }
p { color: rgb(213,234,193); }
H1.HeaderClassName
{
color: #D5EAC1;
}
.AnyTagClassName
{
color: #D5EAC1;
}
</style>
background-color css
<style>
a { background-color: #D5EAC1; }
a { background-color: rgb(213,234,193); }
div.DivClassName
{
background-color: #D5EAC1;
}
.BgClassName
{
background-color: #D5EAC1;
}
</style>
border-color css
<style>
span { border-color: #D5EAC1; }
span { border-color: rgb(213,234,193); }
td.TdClassName
{
border-color: #D5EAC1;
}
.TagClassName
{
border-color: #D5EAC1;
}
</style>