Shades of Tea Green #D8FFC0
Tints of Tea Green #D8FFC0
RGB
CMYK
RGB Variations
Color information
#D8FFC0 (or 0xD8FFC0) is known color: Tea Green. HEX triplet: D8, FF and C0. RGB value is (216,255,192). Sum of RGB (Red+Green+Blue) = 216+255+192=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FFC0 is #27003F. Grayscale: #ECECEC. Windows color (decimal): -2555968 or 12648408. OLE color: 12648408.
HSL color Cylindrical-coordinate representation of color #D8FFC0: hue angle of 97.14º 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 #D8FFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 192 | - |
| CMYK | 0.15 | 0 | 0.25 | 0 |
| HSL | 97.14º | 1% | 0.88% | - |
| HSV(B) | 97.14º | 0.25% | 1% | - |
| XYZ | 73.59 | 89.92 | 63.35 | - |
| YUV | 236.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 192 | 0.15 | 0 | 0.25 | 0 | 97.14 | 1 | 0.88 |
| Hex | D8 | FF | C0 | F | 0 | 19 | 0 | 61 | 64 | 58 |
| Octal | 330 | 377 | 300 | 17 | 0 | 31 | 0 | 141 | 144 | 130 |
| Binary | 11011000 | 11111111 | 11000000 | 1111 | 0 | 11001 | 0 | 1100001 | 1100100 | 1011000 |
Color Harmonies of #D8FFC0
Complementary color
Monochromatic Colors of #D8FFC0
Black with #D8FFC0
Text Example
Text Example
White with #D8FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FFC0; }
p { color: rgb(216,255,192); }
H1.HeaderClassName
{
color: #D8FFC0;
}
.AnyTagClassName
{
color: #D8FFC0;
}
</style>
background-color css
<style>
a { background-color: #D8FFC0; }
a { background-color: rgb(216,255,192); }
div.DivClassName
{
background-color: #D8FFC0;
}
.BgClassName
{
background-color: #D8FFC0;
}
</style>
border-color css
<style>
span { border-color: #D8FFC0; }
span { border-color: rgb(216,255,192); }
td.TdClassName
{
border-color: #D8FFC0;
}
.TagClassName
{
border-color: #D8FFC0;
}
</style>