Shades of Tea Green #DAF1C5
Tints of Tea Green #DAF1C5
RGB
CMYK
RGB Variations
Color information
#DAF1C5 (or 0xDAF1C5) is known color: Tea Green. HEX triplet: DA, F1 and C5. RGB value is (218,241,197). Sum of RGB (Red+Green+Blue) = 218+241+197=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1C5 is #250E3A. Grayscale: #E5E5E5. Windows color (decimal): -2428475 or 12972506. OLE color: 12972506.
HSL color Cylindrical-coordinate representation of color #DAF1C5: hue angle of 91.36º degrees, saturation: 0.61, 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 #DAF1C5 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 197 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.05 |
| HSL | 91.36º | 0.61% | 0.86% | - |
| HSV(B) | 91.36º | 0.18% | 0.95% | - |
| XYZ | 70.45 | 81.85 | 64.91 | - |
| YUV | 229.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 197 | 0.10 | 0 | 0.18 | 0.05 | 91.36 | 0.61 | 0.86 |
| Hex | DA | F1 | C5 | A | 0 | 12 | 5 | 5B | 3D | 56 |
| Octal | 332 | 361 | 305 | 12 | 0 | 22 | 5 | 133 | 75 | 126 |
| Binary | 11011010 | 11110001 | 11000101 | 1010 | 0 | 10010 | 101 | 1011011 | 111101 | 1010110 |
Color Harmonies of #DAF1C5
Complementary color
Monochromatic Colors of #DAF1C5
Black with #DAF1C5
Text Example
Text Example
White with #DAF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1C5; }
p { color: rgb(218,241,197); }
H1.HeaderClassName
{
color: #DAF1C5;
}
.AnyTagClassName
{
color: #DAF1C5;
}
</style>
background-color css
<style>
a { background-color: #DAF1C5; }
a { background-color: rgb(218,241,197); }
div.DivClassName
{
background-color: #DAF1C5;
}
.BgClassName
{
background-color: #DAF1C5;
}
</style>
border-color css
<style>
span { border-color: #DAF1C5; }
span { border-color: rgb(218,241,197); }
td.TdClassName
{
border-color: #DAF1C5;
}
.TagClassName
{
border-color: #DAF1C5;
}
</style>