Shades of Tea Green #DEFDBE
Tints of Tea Green #DEFDBE
RGB
CMYK
RGB Variations
Color information
#DEFDBE (or 0xDEFDBE) is known color: Tea Green. HEX triplet: DE, FD and BE. RGB value is (222,253,190). Sum of RGB (Red+Green+Blue) = 222+253+190=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDBE is #210241. Grayscale: #ECECEC. Windows color (decimal): -2163266 or 12516830. OLE color: 12516830.
HSL color Cylindrical-coordinate representation of color #DEFDBE: hue angle of 89.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEFDBE is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 190 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.01 |
| HSL | 89.52º | 0.94% | 0.87% | - |
| HSV(B) | 89.52º | 0.25% | 0.99% | - |
| XYZ | 74.54 | 89.5 | 62.06 | - |
| YUV | 236.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 190 | 0.12 | 0 | 0.25 | 0.01 | 89.52 | 0.94 | 0.87 |
| Hex | DE | FD | BE | C | 0 | 19 | 1 | 5A | 5E | 57 |
| Octal | 336 | 375 | 276 | 14 | 0 | 31 | 1 | 132 | 136 | 127 |
| Binary | 11011110 | 11111101 | 10111110 | 1100 | 0 | 11001 | 1 | 1011010 | 1011110 | 1010111 |
Color Harmonies of #DEFDBE
Complementary color
Monochromatic Colors of #DEFDBE
Black with #DEFDBE
Text Example
Text Example
White with #DEFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDBE; }
p { color: rgb(222,253,190); }
H1.HeaderClassName
{
color: #DEFDBE;
}
.AnyTagClassName
{
color: #DEFDBE;
}
</style>
background-color css
<style>
a { background-color: #DEFDBE; }
a { background-color: rgb(222,253,190); }
div.DivClassName
{
background-color: #DEFDBE;
}
.BgClassName
{
background-color: #DEFDBE;
}
</style>
border-color css
<style>
span { border-color: #DEFDBE; }
span { border-color: rgb(222,253,190); }
td.TdClassName
{
border-color: #DEFDBE;
}
.TagClassName
{
border-color: #DEFDBE;
}
</style>