Shades of Tea Green #DAF5C2
Tints of Tea Green #DAF5C2
RGB
CMYK
RGB Variations
Color information
#DAF5C2 (or 0xDAF5C2) is known color: Tea Green. HEX triplet: DA, F5 and C2. RGB value is (218,245,194). Sum of RGB (Red+Green+Blue) = 218+245+194=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5C2 is #250A3D. Grayscale: #E7E7E7. Windows color (decimal): -2427454 or 12776922. OLE color: 12776922.
HSL color Cylindrical-coordinate representation of color #DAF5C2: hue angle of 91.76º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAF5C2 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 194 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.04 |
| HSL | 91.76º | 0.72% | 0.86% | - |
| HSV(B) | 91.76º | 0.21% | 0.96% | - |
| XYZ | 71.3 | 84.11 | 63.51 | - |
| YUV | 231.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 194 | 0.11 | 0 | 0.21 | 0.04 | 91.76 | 0.72 | 0.86 |
| Hex | DA | F5 | C2 | B | 0 | 15 | 4 | 5C | 48 | 56 |
| Octal | 332 | 365 | 302 | 13 | 0 | 25 | 4 | 134 | 110 | 126 |
| Binary | 11011010 | 11110101 | 11000010 | 1011 | 0 | 10101 | 100 | 1011100 | 1001000 | 1010110 |
Color Harmonies of #DAF5C2
Complementary color
Monochromatic Colors of #DAF5C2
Black with #DAF5C2
Text Example
Text Example
White with #DAF5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5C2; }
p { color: rgb(218,245,194); }
H1.HeaderClassName
{
color: #DAF5C2;
}
.AnyTagClassName
{
color: #DAF5C2;
}
</style>
background-color css
<style>
a { background-color: #DAF5C2; }
a { background-color: rgb(218,245,194); }
div.DivClassName
{
background-color: #DAF5C2;
}
.BgClassName
{
background-color: #DAF5C2;
}
</style>
border-color css
<style>
span { border-color: #DAF5C2; }
span { border-color: rgb(218,245,194); }
td.TdClassName
{
border-color: #DAF5C2;
}
.TagClassName
{
border-color: #DAF5C2;
}
</style>