Shades of Tea Green #DAF1B9
Tints of Tea Green #DAF1B9
RGB
CMYK
RGB Variations
Color information
#DAF1B9 (or 0xDAF1B9) is known color: Tea Green. HEX triplet: DA, F1 and B9. RGB value is (218,241,185). Sum of RGB (Red+Green+Blue) = 218+241+185=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1B9 is #250E46. Grayscale: #E3E3E3. Windows color (decimal): -2428487 or 12186074. OLE color: 12186074.
HSL color Cylindrical-coordinate representation of color #DAF1B9: hue angle of 84.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF1B9 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 185 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.05 |
| HSL | 84.64º | 0.67% | 0.84% | - |
| HSV(B) | 84.64º | 0.23% | 0.95% | - |
| XYZ | 69.13 | 81.32 | 57.95 | - |
| YUV | 227.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 185 | 0.10 | 0 | 0.23 | 0.05 | 84.64 | 0.67 | 0.84 |
| Hex | DA | F1 | B9 | A | 0 | 17 | 5 | 55 | 43 | 54 |
| Octal | 332 | 361 | 271 | 12 | 0 | 27 | 5 | 125 | 103 | 124 |
| Binary | 11011010 | 11110001 | 10111001 | 1010 | 0 | 10111 | 101 | 1010101 | 1000011 | 1010100 |
Color Harmonies of #DAF1B9
Complementary color
Monochromatic Colors of #DAF1B9
Black with #DAF1B9
Text Example
Text Example
White with #DAF1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1B9; }
p { color: rgb(218,241,185); }
H1.HeaderClassName
{
color: #DAF1B9;
}
.AnyTagClassName
{
color: #DAF1B9;
}
</style>
background-color css
<style>
a { background-color: #DAF1B9; }
a { background-color: rgb(218,241,185); }
div.DivClassName
{
background-color: #DAF1B9;
}
.BgClassName
{
background-color: #DAF1B9;
}
</style>
border-color css
<style>
span { border-color: #DAF1B9; }
span { border-color: rgb(218,241,185); }
td.TdClassName
{
border-color: #DAF1B9;
}
.TagClassName
{
border-color: #DAF1B9;
}
</style>