Shades of Tea Green #DAF2BA
Tints of Tea Green #DAF2BA
RGB
CMYK
RGB Variations
Color information
#DAF2BA (or 0xDAF2BA) is known color: Tea Green. HEX triplet: DA, F2 and BA. RGB value is (218,242,186). Sum of RGB (Red+Green+Blue) = 218+242+186=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2BA is #250D45. Grayscale: #E4E4E4. Windows color (decimal): -2428230 or 12251866. OLE color: 12251866.
HSL color Cylindrical-coordinate representation of color #DAF2BA: hue angle of 85.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF2BA is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 186 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.05 |
| HSL | 85.71º | 0.68% | 0.84% | - |
| HSV(B) | 85.71º | 0.23% | 0.95% | - |
| XYZ | 69.53 | 81.95 | 58.61 | - |
| YUV | 228.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 186 | 0.10 | 0 | 0.23 | 0.05 | 85.71 | 0.68 | 0.84 |
| Hex | DA | F2 | BA | A | 0 | 17 | 5 | 56 | 44 | 54 |
| Octal | 332 | 362 | 272 | 12 | 0 | 27 | 5 | 126 | 104 | 124 |
| Binary | 11011010 | 11110010 | 10111010 | 1010 | 0 | 10111 | 101 | 1010110 | 1000100 | 1010100 |
Color Harmonies of #DAF2BA
Complementary color
Monochromatic Colors of #DAF2BA
Black with #DAF2BA
Text Example
Text Example
White with #DAF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2BA; }
p { color: rgb(218,242,186); }
H1.HeaderClassName
{
color: #DAF2BA;
}
.AnyTagClassName
{
color: #DAF2BA;
}
</style>
background-color css
<style>
a { background-color: #DAF2BA; }
a { background-color: rgb(218,242,186); }
div.DivClassName
{
background-color: #DAF2BA;
}
.BgClassName
{
background-color: #DAF2BA;
}
</style>
border-color css
<style>
span { border-color: #DAF2BA; }
span { border-color: rgb(218,242,186); }
td.TdClassName
{
border-color: #DAF2BA;
}
.TagClassName
{
border-color: #DAF2BA;
}
</style>