Shades of Tea Green #DAFFBD
Tints of Tea Green #DAFFBD
RGB
CMYK
RGB Variations
Color information
#DAFFBD (or 0xDAFFBD) is known color: Tea Green. HEX triplet: DA, FF and BD. RGB value is (218,255,189). Sum of RGB (Red+Green+Blue) = 218+255+189=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFBD is #250042. Grayscale: #ECECEC. Windows color (decimal): -2424899 or 12451802. OLE color: 12451802.
HSL color Cylindrical-coordinate representation of color #DAFFBD: hue angle of 93.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFFBD is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 189 | - |
| CMYK | 0.15 | 0 | 0.26 | 0 |
| HSL | 93.64º | 1% | 0.87% | - |
| HSV(B) | 93.64º | 0.26% | 1% | - |
| XYZ | 73.86 | 90.1 | 61.64 | - |
| YUV | 236.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 189 | 0.15 | 0 | 0.26 | 0 | 93.64 | 1 | 0.87 |
| Hex | DA | FF | BD | F | 0 | 1A | 0 | 5E | 64 | 57 |
| Octal | 332 | 377 | 275 | 17 | 0 | 32 | 0 | 136 | 144 | 127 |
| Binary | 11011010 | 11111111 | 10111101 | 1111 | 0 | 11010 | 0 | 1011110 | 1100100 | 1010111 |
Color Harmonies of #DAFFBD
Complementary color
Monochromatic Colors of #DAFFBD
Black with #DAFFBD
Text Example
Text Example
White with #DAFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFBD; }
p { color: rgb(218,255,189); }
H1.HeaderClassName
{
color: #DAFFBD;
}
.AnyTagClassName
{
color: #DAFFBD;
}
</style>
background-color css
<style>
a { background-color: #DAFFBD; }
a { background-color: rgb(218,255,189); }
div.DivClassName
{
background-color: #DAFFBD;
}
.BgClassName
{
background-color: #DAFFBD;
}
</style>
border-color css
<style>
span { border-color: #DAFFBD; }
span { border-color: rgb(218,255,189); }
td.TdClassName
{
border-color: #DAFFBD;
}
.TagClassName
{
border-color: #DAFFBD;
}
</style>