Shades of Tea Green #D8F2BB
Tints of Tea Green #D8F2BB
RGB
CMYK
RGB Variations
Color information
#D8F2BB (or 0xD8F2BB) is known color: Tea Green. HEX triplet: D8, F2 and BB. RGB value is (216,242,187). Sum of RGB (Red+Green+Blue) = 216+242+187=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2BB is #270D44. Grayscale: #E4E4E4. Windows color (decimal): -2559301 or 12317400. OLE color: 12317400.
HSL color Cylindrical-coordinate representation of color #D8F2BB: hue angle of 88.36º 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 #D8F2BB is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 187 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.05 |
| HSL | 88.36º | 0.68% | 0.84% | - |
| HSV(B) | 88.36º | 0.23% | 0.95% | - |
| XYZ | 69.04 | 81.69 | 59.14 | - |
| YUV | 227.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 187 | 0.11 | 0 | 0.23 | 0.05 | 88.36 | 0.68 | 0.84 |
| Hex | D8 | F2 | BB | B | 0 | 17 | 5 | 58 | 44 | 54 |
| Octal | 330 | 362 | 273 | 13 | 0 | 27 | 5 | 130 | 104 | 124 |
| Binary | 11011000 | 11110010 | 10111011 | 1011 | 0 | 10111 | 101 | 1011000 | 1000100 | 1010100 |
Color Harmonies of #D8F2BB
Complementary color
Monochromatic Colors of #D8F2BB
Black with #D8F2BB
Text Example
Text Example
White with #D8F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2BB; }
p { color: rgb(216,242,187); }
H1.HeaderClassName
{
color: #D8F2BB;
}
.AnyTagClassName
{
color: #D8F2BB;
}
</style>
background-color css
<style>
a { background-color: #D8F2BB; }
a { background-color: rgb(216,242,187); }
div.DivClassName
{
background-color: #D8F2BB;
}
.BgClassName
{
background-color: #D8F2BB;
}
</style>
border-color css
<style>
span { border-color: #D8F2BB; }
span { border-color: rgb(216,242,187); }
td.TdClassName
{
border-color: #D8F2BB;
}
.TagClassName
{
border-color: #D8F2BB;
}
</style>