Shades of Tea Green #DAFFB6
Tints of Tea Green #DAFFB6
RGB
CMYK
RGB Variations
Color information
#DAFFB6 (or 0xDAFFB6) is known color: Tea Green. HEX triplet: DA, FF and B6. RGB value is (218,255,182). Sum of RGB (Red+Green+Blue) = 218+255+182=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFB6 is #250049. Grayscale: #EBEBEB. Windows color (decimal): -2424906 or 11993050. OLE color: 11993050.
HSL color Cylindrical-coordinate representation of color #DAFFB6: hue angle of 90.41º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAFFB6 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 182 | - |
| CMYK | 0.15 | 0 | 0.29 | 0 |
| HSL | 90.41º | 1% | 0.86% | - |
| HSV(B) | 90.41º | 0.29% | 1% | - |
| XYZ | 73.12 | 89.8 | 57.74 | - |
| YUV | 235.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 182 | 0.15 | 0 | 0.29 | 0 | 90.41 | 1 | 0.86 |
| Hex | DA | FF | B6 | F | 0 | 1D | 0 | 5A | 64 | 56 |
| Octal | 332 | 377 | 266 | 17 | 0 | 35 | 0 | 132 | 144 | 126 |
| Binary | 11011010 | 11111111 | 10110110 | 1111 | 0 | 11101 | 0 | 1011010 | 1100100 | 1010110 |
Color Harmonies of #DAFFB6
Complementary color
Monochromatic Colors of #DAFFB6
Black with #DAFFB6
Text Example
Text Example
White with #DAFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFB6; }
p { color: rgb(218,255,182); }
H1.HeaderClassName
{
color: #DAFFB6;
}
.AnyTagClassName
{
color: #DAFFB6;
}
</style>
background-color css
<style>
a { background-color: #DAFFB6; }
a { background-color: rgb(218,255,182); }
div.DivClassName
{
background-color: #DAFFB6;
}
.BgClassName
{
background-color: #DAFFB6;
}
</style>
border-color css
<style>
span { border-color: #DAFFB6; }
span { border-color: rgb(218,255,182); }
td.TdClassName
{
border-color: #DAFFB6;
}
.TagClassName
{
border-color: #DAFFB6;
}
</style>