Shades of Tea Green #D7FFC2
Tints of Tea Green #D7FFC2
RGB
CMYK
RGB Variations
Color information
#D7FFC2 (or 0xD7FFC2) is known color: Tea Green. HEX triplet: D7, FF and C2. RGB value is (215,255,194). Sum of RGB (Red+Green+Blue) = 215+255+194=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFC2 is #28003D. Grayscale: #ECECEC. Windows color (decimal): -2621502 or 12779479. OLE color: 12779479.
HSL color Cylindrical-coordinate representation of color #D7FFC2: hue angle of 99.34º 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 #D7FFC2 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 194 | - |
| CMYK | 0.16 | 0 | 0.24 | 0 |
| HSL | 99.34º | 1% | 0.88% | - |
| HSV(B) | 99.34º | 0.24% | 1% | - |
| XYZ | 73.52 | 89.86 | 64.51 | - |
| YUV | 236.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 194 | 0.16 | 0 | 0.24 | 0 | 99.34 | 1 | 0.88 |
| Hex | D7 | FF | C2 | 10 | 0 | 18 | 0 | 63 | 64 | 58 |
| Octal | 327 | 377 | 302 | 20 | 0 | 30 | 0 | 143 | 144 | 130 |
| Binary | 11010111 | 11111111 | 11000010 | 10000 | 0 | 11000 | 0 | 1100011 | 1100100 | 1011000 |
Color Harmonies of #D7FFC2
Complementary color
Monochromatic Colors of #D7FFC2
Black with #D7FFC2
Text Example
Text Example
White with #D7FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFC2; }
p { color: rgb(215,255,194); }
H1.HeaderClassName
{
color: #D7FFC2;
}
.AnyTagClassName
{
color: #D7FFC2;
}
</style>
background-color css
<style>
a { background-color: #D7FFC2; }
a { background-color: rgb(215,255,194); }
div.DivClassName
{
background-color: #D7FFC2;
}
.BgClassName
{
background-color: #D7FFC2;
}
</style>
border-color css
<style>
span { border-color: #D7FFC2; }
span { border-color: rgb(215,255,194); }
td.TdClassName
{
border-color: #D7FFC2;
}
.TagClassName
{
border-color: #D7FFC2;
}
</style>