Shades of Tea Green #DAF7C0
Tints of Tea Green #DAF7C0
RGB
CMYK
RGB Variations
Color information
#DAF7C0 (or 0xDAF7C0) is known color: Tea Green. HEX triplet: DA, F7 and C0. RGB value is (218,247,192). Sum of RGB (Red+Green+Blue) = 218+247+192=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7C0 is #25083F. Grayscale: #E8E8E8. Windows color (decimal): -2426944 or 12646362. OLE color: 12646362.
HSL color Cylindrical-coordinate representation of color #DAF7C0: hue angle of 91.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAF7C0 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 192 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.03 |
| HSL | 91.64º | 0.77% | 0.86% | - |
| HSV(B) | 91.64º | 0.22% | 0.97% | - |
| XYZ | 71.69 | 85.23 | 62.54 | - |
| YUV | 232.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 192 | 0.12 | 0 | 0.22 | 0.03 | 91.64 | 0.77 | 0.86 |
| Hex | DA | F7 | C0 | C | 0 | 16 | 3 | 5C | 4D | 56 |
| Octal | 332 | 367 | 300 | 14 | 0 | 26 | 3 | 134 | 115 | 126 |
| Binary | 11011010 | 11110111 | 11000000 | 1100 | 0 | 10110 | 11 | 1011100 | 1001101 | 1010110 |
Color Harmonies of #DAF7C0
Complementary color
Monochromatic Colors of #DAF7C0
Black with #DAF7C0
Text Example
Text Example
White with #DAF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7C0; }
p { color: rgb(218,247,192); }
H1.HeaderClassName
{
color: #DAF7C0;
}
.AnyTagClassName
{
color: #DAF7C0;
}
</style>
background-color css
<style>
a { background-color: #DAF7C0; }
a { background-color: rgb(218,247,192); }
div.DivClassName
{
background-color: #DAF7C0;
}
.BgClassName
{
background-color: #DAF7C0;
}
</style>
border-color css
<style>
span { border-color: #DAF7C0; }
span { border-color: rgb(218,247,192); }
td.TdClassName
{
border-color: #DAF7C0;
}
.TagClassName
{
border-color: #DAF7C0;
}
</style>