Shades of Tea Green #D2EABE
Tints of Tea Green #D2EABE
RGB
CMYK
RGB Variations
Color information
#D2EABE (or 0xD2EABE) is known color: Tea Green. HEX triplet: D2, EA and BE. RGB value is (210,234,190). Sum of RGB (Red+Green+Blue) = 210+234+190=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EABE is #2D1541. Grayscale: #DDDDDD. Windows color (decimal): -2954562 or 12511954. OLE color: 12511954.
HSL color Cylindrical-coordinate representation of color #D2EABE: hue angle of 92.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2EABE is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 190 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.08 |
| HSL | 92.73º | 0.51% | 0.83% | - |
| HSV(B) | 92.73º | 0.19% | 0.92% | - |
| XYZ | 65.3 | 76.26 | 59.99 | - |
| YUV | 221.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 190 | 0.10 | 0 | 0.19 | 0.08 | 92.73 | 0.51 | 0.83 |
| Hex | D2 | EA | BE | A | 0 | 13 | 8 | 5D | 33 | 53 |
| Octal | 322 | 352 | 276 | 12 | 0 | 23 | 10 | 135 | 63 | 123 |
| Binary | 11010010 | 11101010 | 10111110 | 1010 | 0 | 10011 | 1000 | 1011101 | 110011 | 1010011 |
Color Harmonies of #D2EABE
Complementary color
Monochromatic Colors of #D2EABE
Black with #D2EABE
Text Example
Text Example
White with #D2EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EABE; }
p { color: rgb(210,234,190); }
H1.HeaderClassName
{
color: #D2EABE;
}
.AnyTagClassName
{
color: #D2EABE;
}
</style>
background-color css
<style>
a { background-color: #D2EABE; }
a { background-color: rgb(210,234,190); }
div.DivClassName
{
background-color: #D2EABE;
}
.BgClassName
{
background-color: #D2EABE;
}
</style>
border-color css
<style>
span { border-color: #D2EABE; }
span { border-color: rgb(210,234,190); }
td.TdClassName
{
border-color: #D2EABE;
}
.TagClassName
{
border-color: #D2EABE;
}
</style>