Shades of Tea Green #DAF5BC
Tints of Tea Green #DAF5BC
RGB
CMYK
RGB Variations
Color information
#DAF5BC (or 0xDAF5BC) is known color: Tea Green. HEX triplet: DA, F5 and BC. RGB value is (218,245,188). Sum of RGB (Red+Green+Blue) = 218+245+188=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5BC is #250A43. Grayscale: #E6E6E6. Windows color (decimal): -2427460 or 12383706. OLE color: 12383706.
HSL color Cylindrical-coordinate representation of color #DAF5BC: hue angle of 88.42º 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 #DAF5BC is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 188 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.04 |
| HSL | 88.42º | 0.74% | 0.85% | - |
| HSV(B) | 88.42º | 0.23% | 0.96% | - |
| XYZ | 70.64 | 83.84 | 60.04 | - |
| YUV | 230.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 188 | 0.11 | 0 | 0.23 | 0.04 | 88.42 | 0.74 | 0.85 |
| Hex | DA | F5 | BC | B | 0 | 17 | 4 | 58 | 4A | 55 |
| Octal | 332 | 365 | 274 | 13 | 0 | 27 | 4 | 130 | 112 | 125 |
| Binary | 11011010 | 11110101 | 10111100 | 1011 | 0 | 10111 | 100 | 1011000 | 1001010 | 1010101 |
Color Harmonies of #DAF5BC
Complementary color
Monochromatic Colors of #DAF5BC
Black with #DAF5BC
Text Example
Text Example
White with #DAF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5BC; }
p { color: rgb(218,245,188); }
H1.HeaderClassName
{
color: #DAF5BC;
}
.AnyTagClassName
{
color: #DAF5BC;
}
</style>
background-color css
<style>
a { background-color: #DAF5BC; }
a { background-color: rgb(218,245,188); }
div.DivClassName
{
background-color: #DAF5BC;
}
.BgClassName
{
background-color: #DAF5BC;
}
</style>
border-color css
<style>
span { border-color: #DAF5BC; }
span { border-color: rgb(218,245,188); }
td.TdClassName
{
border-color: #DAF5BC;
}
.TagClassName
{
border-color: #DAF5BC;
}
</style>