Shades of Tea Green #DAFDBC
Tints of Tea Green #DAFDBC
RGB
CMYK
RGB Variations
Color information
#DAFDBC (or 0xDAFDBC) is known color: Tea Green. HEX triplet: DA, FD and BC. RGB value is (218,253,188). Sum of RGB (Red+Green+Blue) = 218+253+188=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBC is #250243. Grayscale: #EBEBEB. Windows color (decimal): -2425412 or 12385754. OLE color: 12385754.
HSL color Cylindrical-coordinate representation of color #DAFDBC: hue angle of 92.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFDBC is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 188 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.01 |
| HSL | 92.31º | 0.94% | 0.86% | - |
| HSV(B) | 92.31º | 0.26% | 0.99% | - |
| XYZ | 73.12 | 88.79 | 60.86 | - |
| YUV | 235.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 188 | 0.14 | 0 | 0.26 | 0.01 | 92.31 | 0.94 | 0.86 |
| Hex | DA | FD | BC | E | 0 | 1A | 1 | 5C | 5E | 56 |
| Octal | 332 | 375 | 274 | 16 | 0 | 32 | 1 | 134 | 136 | 126 |
| Binary | 11011010 | 11111101 | 10111100 | 1110 | 0 | 11010 | 1 | 1011100 | 1011110 | 1010110 |
Color Harmonies of #DAFDBC
Complementary color
Monochromatic Colors of #DAFDBC
Black with #DAFDBC
Text Example
Text Example
White with #DAFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDBC; }
p { color: rgb(218,253,188); }
H1.HeaderClassName
{
color: #DAFDBC;
}
.AnyTagClassName
{
color: #DAFDBC;
}
</style>
background-color css
<style>
a { background-color: #DAFDBC; }
a { background-color: rgb(218,253,188); }
div.DivClassName
{
background-color: #DAFDBC;
}
.BgClassName
{
background-color: #DAFDBC;
}
</style>
border-color css
<style>
span { border-color: #DAFDBC; }
span { border-color: rgb(218,253,188); }
td.TdClassName
{
border-color: #DAFDBC;
}
.TagClassName
{
border-color: #DAFDBC;
}
</style>