Shades of Tea Green #DAFFC5
Tints of Tea Green #DAFFC5
RGB
CMYK
RGB Variations
Color information
#DAFFC5 (or 0xDAFFC5) is known color: Tea Green. HEX triplet: DA, FF and C5. RGB value is (218,255,197). Sum of RGB (Red+Green+Blue) = 218+255+197=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC5 is #25003A. Grayscale: #EDEDED. Windows color (decimal): -2424891 or 12976090. OLE color: 12976090.
HSL color Cylindrical-coordinate representation of color #DAFFC5: hue angle of 98.28º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAFFC5 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 197 | - |
CMYK | 0.15 | 0 | 0.23 | 0 |
HSL | 98.28º | 1% | 0.89% | - |
HSV(B) | 98.28º | 0.23% | 1% | - |
XYZ | 74.75 | 90.46 | 66.34 | - |
YUV | 237.33 | 105.24 | 114.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 197 | 0.15 | 0 | 0.23 | 0 | 98.28 | 1 | 0.89 |
Hex | DA | FF | C5 | F | 0 | 17 | 0 | 62 | 64 | 59 |
Octal | 332 | 377 | 305 | 17 | 0 | 27 | 0 | 142 | 144 | 131 |
Binary | 11011010 | 11111111 | 11000101 | 1111 | 0 | 10111 | 0 | 1100010 | 1100100 | 1011001 |
Color Harmonies of #DAFFC5
Complementary color
Monochromatic Colors of #DAFFC5
Black with #DAFFC5
Text Example
Text Example
White with #DAFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFC5; }
p { color: rgb(218,255,197); }
H1.HeaderClassName
{
color: #DAFFC5;
}
.AnyTagClassName
{
color: #DAFFC5;
}
</style>
background-color css
<style>
a { background-color: #DAFFC5; }
a { background-color: rgb(218,255,197); }
div.DivClassName
{
background-color: #DAFFC5;
}
.BgClassName
{
background-color: #DAFFC5;
}
</style>
border-color css
<style>
span { border-color: #DAFFC5; }
span { border-color: rgb(218,255,197); }
td.TdClassName
{
border-color: #DAFFC5;
}
.TagClassName
{
border-color: #DAFFC5;
}
</style>