Shades of Tea Green #D4FFC0
Tints of Tea Green #D4FFC0
RGB
CMYK
RGB Variations
Color information
#D4FFC0 (or 0xD4FFC0) is known color: Tea Green. HEX triplet: D4, FF and C0. RGB value is (212,255,192). Sum of RGB (Red+Green+Blue) = 212+255+192=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FFC0 is #2B003F. Grayscale: #EBEBEB. Windows color (decimal): -2818112 or 12648404. OLE color: 12648404.
HSL color Cylindrical-coordinate representation of color #D4FFC0: hue angle of 100.95º 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 #D4FFC0 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 192 | - |
| CMYK | 0.17 | 0 | 0.25 | 0 |
| HSL | 100.95º | 1% | 0.88% | - |
| HSV(B) | 100.95º | 0.25% | 1% | - |
| XYZ | 72.43 | 89.32 | 63.29 | - |
| YUV | 234.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 192 | 0.17 | 0 | 0.25 | 0 | 100.95 | 1 | 0.88 |
| Hex | D4 | FF | C0 | 11 | 0 | 19 | 0 | 65 | 64 | 58 |
| Octal | 324 | 377 | 300 | 21 | 0 | 31 | 0 | 145 | 144 | 130 |
| Binary | 11010100 | 11111111 | 11000000 | 10001 | 0 | 11001 | 0 | 1100101 | 1100100 | 1011000 |
Color Harmonies of #D4FFC0
Complementary color
Monochromatic Colors of #D4FFC0
Black with #D4FFC0
Text Example
Text Example
White with #D4FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFC0; }
p { color: rgb(212,255,192); }
H1.HeaderClassName
{
color: #D4FFC0;
}
.AnyTagClassName
{
color: #D4FFC0;
}
</style>
background-color css
<style>
a { background-color: #D4FFC0; }
a { background-color: rgb(212,255,192); }
div.DivClassName
{
background-color: #D4FFC0;
}
.BgClassName
{
background-color: #D4FFC0;
}
</style>
border-color css
<style>
span { border-color: #D4FFC0; }
span { border-color: rgb(212,255,192); }
td.TdClassName
{
border-color: #D4FFC0;
}
.TagClassName
{
border-color: #D4FFC0;
}
</style>