Shades of Tea Green #D2FFAE
Tints of Tea Green #D2FFAE
RGB
CMYK
RGB Variations
Color information
#D2FFAE (or 0xD2FFAE) is known color: Tea Green. HEX triplet: D2, FF and AE. RGB value is (210,255,174). Sum of RGB (Red+Green+Blue) = 210+255+174=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFAE is #2D0051. Grayscale: #E8E8E8. Windows color (decimal): -2949202 or 11468754. OLE color: 11468754.
HSL color Cylindrical-coordinate representation of color #D2FFAE: hue angle of 93.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2FFAE is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 174 | - |
| CMYK | 0.18 | 0 | 0.32 | 0 |
| HSL | 93.33º | 1% | 0.84% | - |
| HSV(B) | 93.33º | 0.32% | 1% | - |
| XYZ | 69.98 | 88.28 | 53.4 | - |
| YUV | 232.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 174 | 0.18 | 0 | 0.32 | 0 | 93.33 | 1 | 0.84 |
| Hex | D2 | FF | AE | 12 | 0 | 20 | 0 | 5D | 64 | 54 |
| Octal | 322 | 377 | 256 | 22 | 0 | 40 | 0 | 135 | 144 | 124 |
| Binary | 11010010 | 11111111 | 10101110 | 10010 | 0 | 100000 | 0 | 1011101 | 1100100 | 1010100 |
Color Harmonies of #D2FFAE
Complementary color
Monochromatic Colors of #D2FFAE
Black with #D2FFAE
Text Example
Text Example
White with #D2FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFAE; }
p { color: rgb(210,255,174); }
H1.HeaderClassName
{
color: #D2FFAE;
}
.AnyTagClassName
{
color: #D2FFAE;
}
</style>
background-color css
<style>
a { background-color: #D2FFAE; }
a { background-color: rgb(210,255,174); }
div.DivClassName
{
background-color: #D2FFAE;
}
.BgClassName
{
background-color: #D2FFAE;
}
</style>
border-color css
<style>
span { border-color: #D2FFAE; }
span { border-color: rgb(210,255,174); }
td.TdClassName
{
border-color: #D2FFAE;
}
.TagClassName
{
border-color: #D2FFAE;
}
</style>