Shades of Tea Green #DAF7C2
Tints of Tea Green #DAF7C2
RGB
CMYK
RGB Variations
Color information
#DAF7C2 (or 0xDAF7C2) is known color: Tea Green. HEX triplet: DA, F7 and C2. RGB value is (218,247,194). Sum of RGB (Red+Green+Blue) = 218+247+194=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7C2 is #25083D. Grayscale: #E8E8E8. Windows color (decimal): -2426942 or 12777434. OLE color: 12777434.
HSL color Cylindrical-coordinate representation of color #DAF7C2: hue angle of 92.83º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAF7C2 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 194 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.03 |
| HSL | 92.83º | 0.77% | 0.86% | - |
| HSV(B) | 92.83º | 0.21% | 0.97% | - |
| XYZ | 71.91 | 85.32 | 63.72 | - |
| YUV | 232.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 194 | 0.12 | 0 | 0.21 | 0.03 | 92.83 | 0.77 | 0.86 |
| Hex | DA | F7 | C2 | C | 0 | 15 | 3 | 5D | 4D | 56 |
| Octal | 332 | 367 | 302 | 14 | 0 | 25 | 3 | 135 | 115 | 126 |
| Binary | 11011010 | 11110111 | 11000010 | 1100 | 0 | 10101 | 11 | 1011101 | 1001101 | 1010110 |
Color Harmonies of #DAF7C2
Complementary color
Monochromatic Colors of #DAF7C2
Black with #DAF7C2
Text Example
Text Example
White with #DAF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7C2; }
p { color: rgb(218,247,194); }
H1.HeaderClassName
{
color: #DAF7C2;
}
.AnyTagClassName
{
color: #DAF7C2;
}
</style>
background-color css
<style>
a { background-color: #DAF7C2; }
a { background-color: rgb(218,247,194); }
div.DivClassName
{
background-color: #DAF7C2;
}
.BgClassName
{
background-color: #DAF7C2;
}
</style>
border-color css
<style>
span { border-color: #DAF7C2; }
span { border-color: rgb(218,247,194); }
td.TdClassName
{
border-color: #DAF7C2;
}
.TagClassName
{
border-color: #DAF7C2;
}
</style>