Shades of Tea Green #D8F2BE
Tints of Tea Green #D8F2BE
RGB
CMYK
RGB Variations
Color information
#D8F2BE (or 0xD8F2BE) is known color: Tea Green. HEX triplet: D8, F2 and BE. RGB value is (216,242,190). Sum of RGB (Red+Green+Blue) = 216+242+190=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2BE is #270D41. Grayscale: #E4E4E4. Windows color (decimal): -2559298 or 12514008. OLE color: 12514008.
HSL color Cylindrical-coordinate representation of color #D8F2BE: hue angle of 90º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8F2BE is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 190 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.05 |
| HSL | 90º | 0.67% | 0.85% | - |
| HSV(B) | 90º | 0.21% | 0.95% | - |
| XYZ | 69.37 | 81.82 | 60.85 | - |
| YUV | 228.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 190 | 0.11 | 0 | 0.21 | 0.05 | 90 | 0.67 | 0.85 |
| Hex | D8 | F2 | BE | B | 0 | 15 | 5 | 5A | 43 | 55 |
| Octal | 330 | 362 | 276 | 13 | 0 | 25 | 5 | 132 | 103 | 125 |
| Binary | 11011000 | 11110010 | 10111110 | 1011 | 0 | 10101 | 101 | 1011010 | 1000011 | 1010101 |
Color Harmonies of #D8F2BE
Complementary color
Monochromatic Colors of #D8F2BE
Black with #D8F2BE
Text Example
Text Example
White with #D8F2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2BE; }
p { color: rgb(216,242,190); }
H1.HeaderClassName
{
color: #D8F2BE;
}
.AnyTagClassName
{
color: #D8F2BE;
}
</style>
background-color css
<style>
a { background-color: #D8F2BE; }
a { background-color: rgb(216,242,190); }
div.DivClassName
{
background-color: #D8F2BE;
}
.BgClassName
{
background-color: #D8F2BE;
}
</style>
border-color css
<style>
span { border-color: #D8F2BE; }
span { border-color: rgb(216,242,190); }
td.TdClassName
{
border-color: #D8F2BE;
}
.TagClassName
{
border-color: #D8F2BE;
}
</style>