Shades of Tea Green #D9FFC2
Tints of Tea Green #D9FFC2
RGB
CMYK
RGB Variations
Color information
#D9FFC2 (or 0xD9FFC2) is known color: Tea Green. HEX triplet: D9, FF and C2. RGB value is (217,255,194). Sum of RGB (Red+Green+Blue) = 217+255+194=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFC2 is #26003D. Grayscale: #ECECEC. Windows color (decimal): -2490430 or 12779481. OLE color: 12779481.
HSL color Cylindrical-coordinate representation of color #D9FFC2: hue angle of 97.38º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9FFC2 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 194 | - |
| CMYK | 0.15 | 0 | 0.24 | 0 |
| HSL | 97.38º | 1% | 0.88% | - |
| HSV(B) | 97.38º | 0.24% | 1% | - |
| XYZ | 74.11 | 90.17 | 64.54 | - |
| YUV | 236.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 194 | 0.15 | 0 | 0.24 | 0 | 97.38 | 1 | 0.88 |
| Hex | D9 | FF | C2 | F | 0 | 18 | 0 | 61 | 64 | 58 |
| Octal | 331 | 377 | 302 | 17 | 0 | 30 | 0 | 141 | 144 | 130 |
| Binary | 11011001 | 11111111 | 11000010 | 1111 | 0 | 11000 | 0 | 1100001 | 1100100 | 1011000 |
Color Harmonies of #D9FFC2
Complementary color
Monochromatic Colors of #D9FFC2
Black with #D9FFC2
Text Example
Text Example
White with #D9FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFC2; }
p { color: rgb(217,255,194); }
H1.HeaderClassName
{
color: #D9FFC2;
}
.AnyTagClassName
{
color: #D9FFC2;
}
</style>
background-color css
<style>
a { background-color: #D9FFC2; }
a { background-color: rgb(217,255,194); }
div.DivClassName
{
background-color: #D9FFC2;
}
.BgClassName
{
background-color: #D9FFC2;
}
</style>
border-color css
<style>
span { border-color: #D9FFC2; }
span { border-color: rgb(217,255,194); }
td.TdClassName
{
border-color: #D9FFC2;
}
.TagClassName
{
border-color: #D9FFC2;
}
</style>