Shades of Tea Green #DEFFBB
Tints of Tea Green #DEFFBB
RGB
CMYK
RGB Variations
Color information
#DEFFBB (or 0xDEFFBB) is known color: Tea Green. HEX triplet: DE, FF and BB. RGB value is (222,255,187). Sum of RGB (Red+Green+Blue) = 222+255+187=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 187 (73.44% from 255 or 28.16% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFBB is #210044. Grayscale: #EDEDED. Windows color (decimal): -2162757 or 12320734. OLE color: 12320734.
HSL color Cylindrical-coordinate representation of color #DEFFBB: hue angle of 89.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEFFBB is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 187 | - |
| CMYK | 0.13 | 0 | 0.27 | 0 |
| HSL | 89.12º | 1% | 0.87% | - |
| HSV(B) | 89.12º | 0.27% | 1% | - |
| XYZ | 74.85 | 90.64 | 60.56 | - |
| YUV | 237.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 187 | 0.13 | 0 | 0.27 | 0 | 89.12 | 1 | 0.87 |
| Hex | DE | FF | BB | D | 0 | 1B | 0 | 59 | 64 | 57 |
| Octal | 336 | 377 | 273 | 15 | 0 | 33 | 0 | 131 | 144 | 127 |
| Binary | 11011110 | 11111111 | 10111011 | 1101 | 0 | 11011 | 0 | 1011001 | 1100100 | 1010111 |
Color Harmonies of #DEFFBB
Complementary color
Monochromatic Colors of #DEFFBB
Black with #DEFFBB
Text Example
Text Example
White with #DEFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFBB; }
p { color: rgb(222,255,187); }
H1.HeaderClassName
{
color: #DEFFBB;
}
.AnyTagClassName
{
color: #DEFFBB;
}
</style>
background-color css
<style>
a { background-color: #DEFFBB; }
a { background-color: rgb(222,255,187); }
div.DivClassName
{
background-color: #DEFFBB;
}
.BgClassName
{
background-color: #DEFFBB;
}
</style>
border-color css
<style>
span { border-color: #DEFFBB; }
span { border-color: rgb(222,255,187); }
td.TdClassName
{
border-color: #DEFFBB;
}
.TagClassName
{
border-color: #DEFFBB;
}
</style>