Shades of Tea Green #DAF2C7
Tints of Tea Green #DAF2C7
RGB
CMYK
RGB Variations
Color information
#DAF2C7 (or 0xDAF2C7) is known color: Tea Green. HEX triplet: DA, F2 and C7. RGB value is (218,242,199). Sum of RGB (Red+Green+Blue) = 218+242+199=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2C7 is #250D38. Grayscale: #E6E6E6. Windows color (decimal): -2428217 or 13103834. OLE color: 13103834.
HSL color Cylindrical-coordinate representation of color #DAF2C7: hue angle of 93.49º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAF2C7 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 199 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.05 |
| HSL | 93.49º | 0.62% | 0.86% | - |
| HSV(B) | 93.49º | 0.18% | 0.95% | - |
| XYZ | 70.97 | 82.53 | 66.22 | - |
| YUV | 229.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 199 | 0.10 | 0 | 0.18 | 0.05 | 93.49 | 0.62 | 0.86 |
| Hex | DA | F2 | C7 | A | 0 | 12 | 5 | 5D | 3E | 56 |
| Octal | 332 | 362 | 307 | 12 | 0 | 22 | 5 | 135 | 76 | 126 |
| Binary | 11011010 | 11110010 | 11000111 | 1010 | 0 | 10010 | 101 | 1011101 | 111110 | 1010110 |
Color Harmonies of #DAF2C7
Complementary color
Monochromatic Colors of #DAF2C7
Black with #DAF2C7
Text Example
Text Example
White with #DAF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2C7; }
p { color: rgb(218,242,199); }
H1.HeaderClassName
{
color: #DAF2C7;
}
.AnyTagClassName
{
color: #DAF2C7;
}
</style>
background-color css
<style>
a { background-color: #DAF2C7; }
a { background-color: rgb(218,242,199); }
div.DivClassName
{
background-color: #DAF2C7;
}
.BgClassName
{
background-color: #DAF2C7;
}
</style>
border-color css
<style>
span { border-color: #DAF2C7; }
span { border-color: rgb(218,242,199); }
td.TdClassName
{
border-color: #DAF2C7;
}
.TagClassName
{
border-color: #DAF2C7;
}
</style>