Shades of Tea Green #DAF0BA
Tints of Tea Green #DAF0BA
RGB
CMYK
RGB Variations
Color information
#DAF0BA (or 0xDAF0BA) is known color: Tea Green. HEX triplet: DA, F0 and BA. RGB value is (218,240,186). Sum of RGB (Red+Green+Blue) = 218+240+186=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0BA is #250F45. Grayscale: #E3E3E3. Windows color (decimal): -2428742 or 12251354. OLE color: 12251354.
HSL color Cylindrical-coordinate representation of color #DAF0BA: hue angle of 84.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF0BA is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 186 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.06 |
| HSL | 84.44º | 0.64% | 0.84% | - |
| HSV(B) | 84.44º | 0.23% | 0.94% | - |
| XYZ | 68.94 | 80.77 | 58.41 | - |
| YUV | 227.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 186 | 0.09 | 0 | 0.22 | 0.06 | 84.44 | 0.64 | 0.84 |
| Hex | DA | F0 | BA | 9 | 0 | 16 | 6 | 54 | 40 | 54 |
| Octal | 332 | 360 | 272 | 11 | 0 | 26 | 6 | 124 | 100 | 124 |
| Binary | 11011010 | 11110000 | 10111010 | 1001 | 0 | 10110 | 110 | 1010100 | 1000000 | 1010100 |
Color Harmonies of #DAF0BA
Complementary color
Monochromatic Colors of #DAF0BA
Black with #DAF0BA
Text Example
Text Example
White with #DAF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0BA; }
p { color: rgb(218,240,186); }
H1.HeaderClassName
{
color: #DAF0BA;
}
.AnyTagClassName
{
color: #DAF0BA;
}
</style>
background-color css
<style>
a { background-color: #DAF0BA; }
a { background-color: rgb(218,240,186); }
div.DivClassName
{
background-color: #DAF0BA;
}
.BgClassName
{
background-color: #DAF0BA;
}
</style>
border-color css
<style>
span { border-color: #DAF0BA; }
span { border-color: rgb(218,240,186); }
td.TdClassName
{
border-color: #DAF0BA;
}
.TagClassName
{
border-color: #DAF0BA;
}
</style>