Shades of Tea Green #DEFEBE
Tints of Tea Green #DEFEBE
RGB
CMYK
RGB Variations
Color information
#DEFEBE (or 0xDEFEBE) is known color: Tea Green. HEX triplet: DE, FE and BE. RGB value is (222,254,190). Sum of RGB (Red+Green+Blue) = 222+254+190=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEBE is #210141. Grayscale: #EDEDED. Windows color (decimal): -2163010 or 12517086. OLE color: 12517086.
HSL color Cylindrical-coordinate representation of color #DEFEBE: hue angle of 90º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEFEBE is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 190 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.00 |
| HSL | 90º | 0.97% | 0.87% | - |
| HSV(B) | 90º | 0.25% | 1% | - |
| XYZ | 74.86 | 90.13 | 62.17 | - |
| YUV | 237.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 190 | 0.13 | 0 | 0.25 | 0.00 | 90 | 0.97 | 0.87 |
| Hex | DE | FE | BE | D | 0 | 19 | 0 | 5A | 61 | 57 |
| Octal | 336 | 376 | 276 | 15 | 0 | 31 | 0 | 132 | 141 | 127 |
| Binary | 11011110 | 11111110 | 10111110 | 1101 | 0 | 11001 | 0 | 1011010 | 1100001 | 1010111 |
Color Harmonies of #DEFEBE
Complementary color
Monochromatic Colors of #DEFEBE
Black with #DEFEBE
Text Example
Text Example
White with #DEFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEBE; }
p { color: rgb(222,254,190); }
H1.HeaderClassName
{
color: #DEFEBE;
}
.AnyTagClassName
{
color: #DEFEBE;
}
</style>
background-color css
<style>
a { background-color: #DEFEBE; }
a { background-color: rgb(222,254,190); }
div.DivClassName
{
background-color: #DEFEBE;
}
.BgClassName
{
background-color: #DEFEBE;
}
</style>
border-color css
<style>
span { border-color: #DEFEBE; }
span { border-color: rgb(222,254,190); }
td.TdClassName
{
border-color: #DEFEBE;
}
.TagClassName
{
border-color: #DEFEBE;
}
</style>