Shades of Tea Green #D7FFC0
Tints of Tea Green #D7FFC0
RGB
CMYK
RGB Variations
Color information
#D7FFC0 (or 0xD7FFC0) is known color: Tea Green. HEX triplet: D7, FF and C0. RGB value is (215,255,192). Sum of RGB (Red+Green+Blue) = 215+255+192=662 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.48% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFC0 is #28003F. Grayscale: #ECECEC. Windows color (decimal): -2621504 or 12648407. OLE color: 12648407.
HSL color Cylindrical-coordinate representation of color #D7FFC0: hue angle of 98.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7FFC0 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 192 | - |
| CMYK | 0.16 | 0 | 0.25 | 0 |
| HSL | 98.1º | 1% | 0.88% | - |
| HSV(B) | 98.1º | 0.25% | 1% | - |
| XYZ | 73.3 | 89.77 | 63.33 | - |
| YUV | 235.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 192 | 0.16 | 0 | 0.25 | 0 | 98.1 | 1 | 0.88 |
| Hex | D7 | FF | C0 | 10 | 0 | 19 | 0 | 62 | 64 | 58 |
| Octal | 327 | 377 | 300 | 20 | 0 | 31 | 0 | 142 | 144 | 130 |
| Binary | 11010111 | 11111111 | 11000000 | 10000 | 0 | 11001 | 0 | 1100010 | 1100100 | 1011000 |
Color Harmonies of #D7FFC0
Complementary color
Monochromatic Colors of #D7FFC0
Black with #D7FFC0
Text Example
Text Example
White with #D7FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFC0; }
p { color: rgb(215,255,192); }
H1.HeaderClassName
{
color: #D7FFC0;
}
.AnyTagClassName
{
color: #D7FFC0;
}
</style>
background-color css
<style>
a { background-color: #D7FFC0; }
a { background-color: rgb(215,255,192); }
div.DivClassName
{
background-color: #D7FFC0;
}
.BgClassName
{
background-color: #D7FFC0;
}
</style>
border-color css
<style>
span { border-color: #D7FFC0; }
span { border-color: rgb(215,255,192); }
td.TdClassName
{
border-color: #D7FFC0;
}
.TagClassName
{
border-color: #D7FFC0;
}
</style>