Shades of Tea Green #DAF1C6
Tints of Tea Green #DAF1C6
RGB
CMYK
RGB Variations
Color information
#DAF1C6 (or 0xDAF1C6) is known color: Tea Green. HEX triplet: DA, F1 and C6. RGB value is (218,241,198). Sum of RGB (Red+Green+Blue) = 218+241+198=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1C6 is #250E39. Grayscale: #E5E5E5. Windows color (decimal): -2428474 or 13038042. OLE color: 13038042.
HSL color Cylindrical-coordinate representation of color #DAF1C6: hue angle of 92.09º 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 #DAF1C6 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 198 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.05 |
| HSL | 92.09º | 0.61% | 0.86% | - |
| HSV(B) | 92.09º | 0.18% | 0.95% | - |
| XYZ | 70.56 | 81.89 | 65.51 | - |
| YUV | 229.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 198 | 0.10 | 0 | 0.18 | 0.05 | 92.09 | 0.61 | 0.86 |
| Hex | DA | F1 | C6 | A | 0 | 12 | 5 | 5C | 3D | 56 |
| Octal | 332 | 361 | 306 | 12 | 0 | 22 | 5 | 134 | 75 | 126 |
| Binary | 11011010 | 11110001 | 11000110 | 1010 | 0 | 10010 | 101 | 1011100 | 111101 | 1010110 |
Color Harmonies of #DAF1C6
Complementary color
Monochromatic Colors of #DAF1C6
Black with #DAF1C6
Text Example
Text Example
White with #DAF1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1C6; }
p { color: rgb(218,241,198); }
H1.HeaderClassName
{
color: #DAF1C6;
}
.AnyTagClassName
{
color: #DAF1C6;
}
</style>
background-color css
<style>
a { background-color: #DAF1C6; }
a { background-color: rgb(218,241,198); }
div.DivClassName
{
background-color: #DAF1C6;
}
.BgClassName
{
background-color: #DAF1C6;
}
</style>
border-color css
<style>
span { border-color: #DAF1C6; }
span { border-color: rgb(218,241,198); }
td.TdClassName
{
border-color: #DAF1C6;
}
.TagClassName
{
border-color: #DAF1C6;
}
</style>