Shades of Tea Green #D8F2BA
Tints of Tea Green #D8F2BA
RGB
CMYK
RGB Variations
Color information
#D8F2BA (or 0xD8F2BA) is known color: Tea Green. HEX triplet: D8, F2 and BA. RGB value is (216,242,186). Sum of RGB (Red+Green+Blue) = 216+242+186=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2BA is #270D45. Grayscale: #E4E4E4. Windows color (decimal): -2559302 or 12251864. OLE color: 12251864.
HSL color Cylindrical-coordinate representation of color #D8F2BA: hue angle of 87.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8F2BA is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 186 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.05 |
| HSL | 87.86º | 0.68% | 0.84% | - |
| HSV(B) | 87.86º | 0.23% | 0.95% | - |
| XYZ | 68.93 | 81.65 | 58.58 | - |
| YUV | 227.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 186 | 0.11 | 0 | 0.23 | 0.05 | 87.86 | 0.68 | 0.84 |
| Hex | D8 | F2 | BA | B | 0 | 17 | 5 | 58 | 44 | 54 |
| Octal | 330 | 362 | 272 | 13 | 0 | 27 | 5 | 130 | 104 | 124 |
| Binary | 11011000 | 11110010 | 10111010 | 1011 | 0 | 10111 | 101 | 1011000 | 1000100 | 1010100 |
Color Harmonies of #D8F2BA
Complementary color
Monochromatic Colors of #D8F2BA
Black with #D8F2BA
Text Example
Text Example
White with #D8F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2BA; }
p { color: rgb(216,242,186); }
H1.HeaderClassName
{
color: #D8F2BA;
}
.AnyTagClassName
{
color: #D8F2BA;
}
</style>
background-color css
<style>
a { background-color: #D8F2BA; }
a { background-color: rgb(216,242,186); }
div.DivClassName
{
background-color: #D8F2BA;
}
.BgClassName
{
background-color: #D8F2BA;
}
</style>
border-color css
<style>
span { border-color: #D8F2BA; }
span { border-color: rgb(216,242,186); }
td.TdClassName
{
border-color: #D8F2BA;
}
.TagClassName
{
border-color: #D8F2BA;
}
</style>