Shades of Tea Green #DAFFBB
Tints of Tea Green #DAFFBB
RGB
CMYK
RGB Variations
Color information
#DAFFBB (or 0xDAFFBB) is known color: Tea Green. HEX triplet: DA, FF and BB. RGB value is (218,255,187). Sum of RGB (Red+Green+Blue) = 218+255+187=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFBB is #250044. Grayscale: #ECECEC. Windows color (decimal): -2424901 or 12320730. OLE color: 12320730.
HSL color Cylindrical-coordinate representation of color #DAFFBB: hue angle of 92.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAFFBB is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 187 | - |
| CMYK | 0.15 | 0 | 0.27 | 0 |
| HSL | 92.65º | 1% | 0.87% | - |
| HSV(B) | 92.65º | 0.27% | 1% | - |
| XYZ | 73.64 | 90.01 | 60.51 | - |
| YUV | 236.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 187 | 0.15 | 0 | 0.27 | 0 | 92.65 | 1 | 0.87 |
| Hex | DA | FF | BB | F | 0 | 1B | 0 | 5D | 64 | 57 |
| Octal | 332 | 377 | 273 | 17 | 0 | 33 | 0 | 135 | 144 | 127 |
| Binary | 11011010 | 11111111 | 10111011 | 1111 | 0 | 11011 | 0 | 1011101 | 1100100 | 1010111 |
Color Harmonies of #DAFFBB
Complementary color
Monochromatic Colors of #DAFFBB
Black with #DAFFBB
Text Example
Text Example
White with #DAFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFBB; }
p { color: rgb(218,255,187); }
H1.HeaderClassName
{
color: #DAFFBB;
}
.AnyTagClassName
{
color: #DAFFBB;
}
</style>
background-color css
<style>
a { background-color: #DAFFBB; }
a { background-color: rgb(218,255,187); }
div.DivClassName
{
background-color: #DAFFBB;
}
.BgClassName
{
background-color: #DAFFBB;
}
</style>
border-color css
<style>
span { border-color: #DAFFBB; }
span { border-color: rgb(218,255,187); }
td.TdClassName
{
border-color: #DAFFBB;
}
.TagClassName
{
border-color: #DAFFBB;
}
</style>