Shades of Tea Green #D8F8BA
Tints of Tea Green #D8F8BA
RGB
CMYK
RGB Variations
Color information
#D8F8BA (or 0xD8F8BA) is known color: Tea Green. HEX triplet: D8, F8 and BA. RGB value is (216,248,186). Sum of RGB (Red+Green+Blue) = 216+248+186=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F8BA is #270745. Grayscale: #E7E7E7. Windows color (decimal): -2557766 or 12253400. OLE color: 12253400.
HSL color Cylindrical-coordinate representation of color #D8F8BA: hue angle of 90.97º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8F8BA is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 186 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.03 |
| HSL | 90.97º | 0.82% | 0.85% | - |
| HSV(B) | 90.97º | 0.25% | 0.97% | - |
| XYZ | 70.75 | 85.28 | 59.19 | - |
| YUV | 231.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 186 | 0.13 | 0 | 0.25 | 0.03 | 90.97 | 0.82 | 0.85 |
| Hex | D8 | F8 | BA | D | 0 | 19 | 3 | 5B | 52 | 55 |
| Octal | 330 | 370 | 272 | 15 | 0 | 31 | 3 | 133 | 122 | 125 |
| Binary | 11011000 | 11111000 | 10111010 | 1101 | 0 | 11001 | 11 | 1011011 | 1010010 | 1010101 |
Color Harmonies of #D8F8BA
Complementary color
Monochromatic Colors of #D8F8BA
Black with #D8F8BA
Text Example
Text Example
White with #D8F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F8BA; }
p { color: rgb(216,248,186); }
H1.HeaderClassName
{
color: #D8F8BA;
}
.AnyTagClassName
{
color: #D8F8BA;
}
</style>
background-color css
<style>
a { background-color: #D8F8BA; }
a { background-color: rgb(216,248,186); }
div.DivClassName
{
background-color: #D8F8BA;
}
.BgClassName
{
background-color: #D8F8BA;
}
</style>
border-color css
<style>
span { border-color: #D8F8BA; }
span { border-color: rgb(216,248,186); }
td.TdClassName
{
border-color: #D8F8BA;
}
.TagClassName
{
border-color: #D8F8BA;
}
</style>