Shades of Tea Green #DAF5BD
Tints of Tea Green #DAF5BD
RGB
CMYK
RGB Variations
Color information
#DAF5BD (or 0xDAF5BD) is known color: Tea Green. HEX triplet: DA, F5 and BD. RGB value is (218,245,189). Sum of RGB (Red+Green+Blue) = 218+245+189=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5BD is #250A42. Grayscale: #E6E6E6. Windows color (decimal): -2427459 or 12449242. OLE color: 12449242.
HSL color Cylindrical-coordinate representation of color #DAF5BD: hue angle of 88.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF5BD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 189 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.04 |
| HSL | 88.93º | 0.74% | 0.85% | - |
| HSV(B) | 88.93º | 0.23% | 0.96% | - |
| XYZ | 70.75 | 83.88 | 60.61 | - |
| YUV | 230.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 189 | 0.11 | 0 | 0.23 | 0.04 | 88.93 | 0.74 | 0.85 |
| Hex | DA | F5 | BD | B | 0 | 17 | 4 | 59 | 4A | 55 |
| Octal | 332 | 365 | 275 | 13 | 0 | 27 | 4 | 131 | 112 | 125 |
| Binary | 11011010 | 11110101 | 10111101 | 1011 | 0 | 10111 | 100 | 1011001 | 1001010 | 1010101 |
Color Harmonies of #DAF5BD
Complementary color
Monochromatic Colors of #DAF5BD
Black with #DAF5BD
Text Example
Text Example
White with #DAF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5BD; }
p { color: rgb(218,245,189); }
H1.HeaderClassName
{
color: #DAF5BD;
}
.AnyTagClassName
{
color: #DAF5BD;
}
</style>
background-color css
<style>
a { background-color: #DAF5BD; }
a { background-color: rgb(218,245,189); }
div.DivClassName
{
background-color: #DAF5BD;
}
.BgClassName
{
background-color: #DAF5BD;
}
</style>
border-color css
<style>
span { border-color: #DAF5BD; }
span { border-color: rgb(218,245,189); }
td.TdClassName
{
border-color: #DAF5BD;
}
.TagClassName
{
border-color: #DAF5BD;
}
</style>