Shades of Tea Green #DAFEC4
Tints of Tea Green #DAFEC4
RGB
CMYK
RGB Variations
Color information
#DAFEC4 (or 0xDAFEC4) is known color: Tea Green. HEX triplet: DA, FE and C4. RGB value is (218,254,196). Sum of RGB (Red+Green+Blue) = 218+254+196=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC4 is #25013B. Grayscale: #ECECEC. Windows color (decimal): -2425148 or 12910298. OLE color: 12910298.
HSL color Cylindrical-coordinate representation of color #DAFEC4: hue angle of 97.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAFEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 196 | - |
CMYK | 0.14 | 0 | 0.23 | 0.00 |
HSL | 97.24º | 0.97% | 0.88% | - |
HSV(B) | 97.24º | 0.23% | 1% | - |
XYZ | 74.32 | 89.77 | 65.64 | - |
YUV | 236.62 | 105.07 | 114.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 196 | 0.14 | 0 | 0.23 | 0.00 | 97.24 | 0.97 | 0.88 |
Hex | DA | FE | C4 | E | 0 | 17 | 0 | 61 | 61 | 58 |
Octal | 332 | 376 | 304 | 16 | 0 | 27 | 0 | 141 | 141 | 130 |
Binary | 11011010 | 11111110 | 11000100 | 1110 | 0 | 10111 | 0 | 1100001 | 1100001 | 1011000 |
Color Harmonies of #DAFEC4
Complementary color
Monochromatic Colors of #DAFEC4
Black with #DAFEC4
Text Example
Text Example
White with #DAFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEC4; }
p { color: rgb(218,254,196); }
H1.HeaderClassName
{
color: #DAFEC4;
}
.AnyTagClassName
{
color: #DAFEC4;
}
</style>
background-color css
<style>
a { background-color: #DAFEC4; }
a { background-color: rgb(218,254,196); }
div.DivClassName
{
background-color: #DAFEC4;
}
.BgClassName
{
background-color: #DAFEC4;
}
</style>
border-color css
<style>
span { border-color: #DAFEC4; }
span { border-color: rgb(218,254,196); }
td.TdClassName
{
border-color: #DAFEC4;
}
.TagClassName
{
border-color: #DAFEC4;
}
</style>