Shades of Tea Green #DAF2C5
Tints of Tea Green #DAF2C5
RGB
CMYK
RGB Variations
Color information
#DAF2C5 (or 0xDAF2C5) is known color: Tea Green. HEX triplet: DA, F2 and C5. RGB value is (218,242,197). Sum of RGB (Red+Green+Blue) = 218+242+197=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2C5 is #250D3A. Grayscale: #E5E5E5. Windows color (decimal): -2428219 or 12972762. OLE color: 12972762.
HSL color Cylindrical-coordinate representation of color #DAF2C5: hue angle of 92º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAF2C5 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 197 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.05 |
| HSL | 92º | 0.63% | 0.86% | - |
| HSV(B) | 92º | 0.19% | 0.95% | - |
| XYZ | 70.74 | 82.44 | 65.01 | - |
| YUV | 229.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 197 | 0.10 | 0 | 0.19 | 0.05 | 92 | 0.63 | 0.86 |
| Hex | DA | F2 | C5 | A | 0 | 13 | 5 | 5C | 3F | 56 |
| Octal | 332 | 362 | 305 | 12 | 0 | 23 | 5 | 134 | 77 | 126 |
| Binary | 11011010 | 11110010 | 11000101 | 1010 | 0 | 10011 | 101 | 1011100 | 111111 | 1010110 |
Color Harmonies of #DAF2C5
Complementary color
Monochromatic Colors of #DAF2C5
Black with #DAF2C5
Text Example
Text Example
White with #DAF2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2C5; }
p { color: rgb(218,242,197); }
H1.HeaderClassName
{
color: #DAF2C5;
}
.AnyTagClassName
{
color: #DAF2C5;
}
</style>
background-color css
<style>
a { background-color: #DAF2C5; }
a { background-color: rgb(218,242,197); }
div.DivClassName
{
background-color: #DAF2C5;
}
.BgClassName
{
background-color: #DAF2C5;
}
</style>
border-color css
<style>
span { border-color: #DAF2C5; }
span { border-color: rgb(218,242,197); }
td.TdClassName
{
border-color: #DAF2C5;
}
.TagClassName
{
border-color: #DAF2C5;
}
</style>