Shades of Tea Green #DAFFBC
Tints of Tea Green #DAFFBC
RGB
CMYK
RGB Variations
Color information
#DAFFBC (or 0xDAFFBC) is known color: Tea Green. HEX triplet: DA, FF and BC. RGB value is (218,255,188). Sum of RGB (Red+Green+Blue) = 218+255+188=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFBC is #250043. Grayscale: #ECECEC. Windows color (decimal): -2424900 or 12386266. OLE color: 12386266.
HSL color Cylindrical-coordinate representation of color #DAFFBC: hue angle of 93.13º 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 #DAFFBC is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 188 | - |
| CMYK | 0.15 | 0 | 0.26 | 0 |
| HSL | 93.13º | 1% | 0.87% | - |
| HSV(B) | 93.13º | 0.26% | 1% | - |
| XYZ | 73.75 | 90.06 | 61.07 | - |
| YUV | 236.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 188 | 0.15 | 0 | 0.26 | 0 | 93.13 | 1 | 0.87 |
| Hex | DA | FF | BC | F | 0 | 1A | 0 | 5D | 64 | 57 |
| Octal | 332 | 377 | 274 | 17 | 0 | 32 | 0 | 135 | 144 | 127 |
| Binary | 11011010 | 11111111 | 10111100 | 1111 | 0 | 11010 | 0 | 1011101 | 1100100 | 1010111 |
Color Harmonies of #DAFFBC
Complementary color
Monochromatic Colors of #DAFFBC
Black with #DAFFBC
Text Example
Text Example
White with #DAFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFBC; }
p { color: rgb(218,255,188); }
H1.HeaderClassName
{
color: #DAFFBC;
}
.AnyTagClassName
{
color: #DAFFBC;
}
</style>
background-color css
<style>
a { background-color: #DAFFBC; }
a { background-color: rgb(218,255,188); }
div.DivClassName
{
background-color: #DAFFBC;
}
.BgClassName
{
background-color: #DAFFBC;
}
</style>
border-color css
<style>
span { border-color: #DAFFBC; }
span { border-color: rgb(218,255,188); }
td.TdClassName
{
border-color: #DAFFBC;
}
.TagClassName
{
border-color: #DAFFBC;
}
</style>