Shades of Tea Green #DAFFB8
Tints of Tea Green #DAFFB8
RGB
CMYK
RGB Variations
Color information
#DAFFB8 (or 0xDAFFB8) is known color: Tea Green. HEX triplet: DA, FF and B8. RGB value is (218,255,184). Sum of RGB (Red+Green+Blue) = 218+255+184=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 184 (72.27% from 255 or 28.01% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFB8 is #250047. Grayscale: #ECECEC. Windows color (decimal): -2424904 or 12124122. OLE color: 12124122.
HSL color Cylindrical-coordinate representation of color #DAFFB8: hue angle of 91.27º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAFFB8 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 184 | - |
| CMYK | 0.15 | 0 | 0.28 | 0 |
| HSL | 91.27º | 1% | 0.86% | - |
| HSV(B) | 91.27º | 0.28% | 1% | - |
| XYZ | 73.33 | 89.89 | 58.83 | - |
| YUV | 235.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 184 | 0.15 | 0 | 0.28 | 0 | 91.27 | 1 | 0.86 |
| Hex | DA | FF | B8 | F | 0 | 1C | 0 | 5B | 64 | 56 |
| Octal | 332 | 377 | 270 | 17 | 0 | 34 | 0 | 133 | 144 | 126 |
| Binary | 11011010 | 11111111 | 10111000 | 1111 | 0 | 11100 | 0 | 1011011 | 1100100 | 1010110 |
Color Harmonies of #DAFFB8
Complementary color
Monochromatic Colors of #DAFFB8
Black with #DAFFB8
Text Example
Text Example
White with #DAFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFB8; }
p { color: rgb(218,255,184); }
H1.HeaderClassName
{
color: #DAFFB8;
}
.AnyTagClassName
{
color: #DAFFB8;
}
</style>
background-color css
<style>
a { background-color: #DAFFB8; }
a { background-color: rgb(218,255,184); }
div.DivClassName
{
background-color: #DAFFB8;
}
.BgClassName
{
background-color: #DAFFB8;
}
</style>
border-color css
<style>
span { border-color: #DAFFB8; }
span { border-color: rgb(218,255,184); }
td.TdClassName
{
border-color: #DAFFB8;
}
.TagClassName
{
border-color: #DAFFB8;
}
</style>