Shades of Tea Green #DEFFBC
Tints of Tea Green #DEFFBC
RGB
CMYK
RGB Variations
Color information
#DEFFBC (or 0xDEFFBC) is known color: Tea Green. HEX triplet: DE, FF and BC. RGB value is (222,255,188). Sum of RGB (Red+Green+Blue) = 222+255+188=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFBC is #210043. Grayscale: #EDEDED. Windows color (decimal): -2162756 or 12386270. OLE color: 12386270.
HSL color Cylindrical-coordinate representation of color #DEFFBC: hue angle of 89.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEFFBC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 188 | - |
| CMYK | 0.13 | 0 | 0.26 | 0 |
| HSL | 89.55º | 1% | 0.87% | - |
| HSV(B) | 89.55º | 0.26% | 1% | - |
| XYZ | 74.96 | 90.68 | 61.13 | - |
| YUV | 237.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 188 | 0.13 | 0 | 0.26 | 0 | 89.55 | 1 | 0.87 |
| Hex | DE | FF | BC | D | 0 | 1A | 0 | 5A | 64 | 57 |
| Octal | 336 | 377 | 274 | 15 | 0 | 32 | 0 | 132 | 144 | 127 |
| Binary | 11011110 | 11111111 | 10111100 | 1101 | 0 | 11010 | 0 | 1011010 | 1100100 | 1010111 |
Color Harmonies of #DEFFBC
Complementary color
Monochromatic Colors of #DEFFBC
Black with #DEFFBC
Text Example
Text Example
White with #DEFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFBC; }
p { color: rgb(222,255,188); }
H1.HeaderClassName
{
color: #DEFFBC;
}
.AnyTagClassName
{
color: #DEFFBC;
}
</style>
background-color css
<style>
a { background-color: #DEFFBC; }
a { background-color: rgb(222,255,188); }
div.DivClassName
{
background-color: #DEFFBC;
}
.BgClassName
{
background-color: #DEFFBC;
}
</style>
border-color css
<style>
span { border-color: #DEFFBC; }
span { border-color: rgb(222,255,188); }
td.TdClassName
{
border-color: #DEFFBC;
}
.TagClassName
{
border-color: #DEFFBC;
}
</style>