Shades of Tea Green #DAF0BD
Tints of Tea Green #DAF0BD
RGB
CMYK
RGB Variations
Color information
#DAF0BD (or 0xDAF0BD) is known color: Tea Green. HEX triplet: DA, F0 and BD. RGB value is (218,240,189). Sum of RGB (Red+Green+Blue) = 218+240+189=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0BD is #250F42. Grayscale: #E3E3E3. Windows color (decimal): -2428739 or 12447962. OLE color: 12447962.
HSL color Cylindrical-coordinate representation of color #DAF0BD: hue angle of 85.88º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAF0BD is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 189 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.06 |
| HSL | 85.88º | 0.63% | 0.84% | - |
| HSV(B) | 85.88º | 0.21% | 0.94% | - |
| XYZ | 69.26 | 80.9 | 60.11 | - |
| YUV | 227.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 189 | 0.09 | 0 | 0.21 | 0.06 | 85.88 | 0.63 | 0.84 |
| Hex | DA | F0 | BD | 9 | 0 | 15 | 6 | 56 | 3F | 54 |
| Octal | 332 | 360 | 275 | 11 | 0 | 25 | 6 | 126 | 77 | 124 |
| Binary | 11011010 | 11110000 | 10111101 | 1001 | 0 | 10101 | 110 | 1010110 | 111111 | 1010100 |
Color Harmonies of #DAF0BD
Complementary color
Monochromatic Colors of #DAF0BD
Black with #DAF0BD
Text Example
Text Example
White with #DAF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0BD; }
p { color: rgb(218,240,189); }
H1.HeaderClassName
{
color: #DAF0BD;
}
.AnyTagClassName
{
color: #DAF0BD;
}
</style>
background-color css
<style>
a { background-color: #DAF0BD; }
a { background-color: rgb(218,240,189); }
div.DivClassName
{
background-color: #DAF0BD;
}
.BgClassName
{
background-color: #DAF0BD;
}
</style>
border-color css
<style>
span { border-color: #DAF0BD; }
span { border-color: rgb(218,240,189); }
td.TdClassName
{
border-color: #DAF0BD;
}
.TagClassName
{
border-color: #DAF0BD;
}
</style>