Shades of Tea Green #DAFDB9
Tints of Tea Green #DAFDB9
RGB
CMYK
RGB Variations
Color information
#DAFDB9 (or 0xDAFDB9) is known color: Tea Green. HEX triplet: DA, FD and B9. RGB value is (218,253,185). Sum of RGB (Red+Green+Blue) = 218+253+185=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDB9 is #250246. Grayscale: #EBEBEB. Windows color (decimal): -2425415 or 12189146. OLE color: 12189146.
HSL color Cylindrical-coordinate representation of color #DAFDB9: hue angle of 90.88º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAFDB9 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 185 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.01 |
| HSL | 90.88º | 0.94% | 0.86% | - |
| HSV(B) | 90.88º | 0.27% | 0.99% | - |
| XYZ | 72.8 | 88.66 | 59.18 | - |
| YUV | 234.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 185 | 0.14 | 0 | 0.27 | 0.01 | 90.88 | 0.94 | 0.86 |
| Hex | DA | FD | B9 | E | 0 | 1B | 1 | 5B | 5E | 56 |
| Octal | 332 | 375 | 271 | 16 | 0 | 33 | 1 | 133 | 136 | 126 |
| Binary | 11011010 | 11111101 | 10111001 | 1110 | 0 | 11011 | 1 | 1011011 | 1011110 | 1010110 |
Color Harmonies of #DAFDB9
Complementary color
Monochromatic Colors of #DAFDB9
Black with #DAFDB9
Text Example
Text Example
White with #DAFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDB9; }
p { color: rgb(218,253,185); }
H1.HeaderClassName
{
color: #DAFDB9;
}
.AnyTagClassName
{
color: #DAFDB9;
}
</style>
background-color css
<style>
a { background-color: #DAFDB9; }
a { background-color: rgb(218,253,185); }
div.DivClassName
{
background-color: #DAFDB9;
}
.BgClassName
{
background-color: #DAFDB9;
}
</style>
border-color css
<style>
span { border-color: #DAFDB9; }
span { border-color: rgb(218,253,185); }
td.TdClassName
{
border-color: #DAFDB9;
}
.TagClassName
{
border-color: #DAFDB9;
}
</style>