Shades of Tea Green #DAFEC0
Tints of Tea Green #DAFEC0
RGB
CMYK
RGB Variations
Color information
#DAFEC0 (or 0xDAFEC0) is known color: Tea Green. HEX triplet: DA, FE and C0. RGB value is (218,254,192). Sum of RGB (Red+Green+Blue) = 218+254+192=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC0 is #25013F. Grayscale: #ECECEC. Windows color (decimal): -2425152 or 12648154. OLE color: 12648154.
HSL color Cylindrical-coordinate representation of color #DAFEC0: hue angle of 94.84º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAFEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 192 | - |
CMYK | 0.14 | 0 | 0.24 | 0.00 |
HSL | 94.84º | 0.97% | 0.87% | - |
HSV(B) | 94.84º | 0.24% | 1% | - |
XYZ | 73.87 | 89.59 | 63.27 | - |
YUV | 236.17 | 103.07 | 115.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 192 | 0.14 | 0 | 0.24 | 0.00 | 94.84 | 0.97 | 0.87 |
Hex | DA | FE | C0 | E | 0 | 18 | 0 | 5F | 61 | 57 |
Octal | 332 | 376 | 300 | 16 | 0 | 30 | 0 | 137 | 141 | 127 |
Binary | 11011010 | 11111110 | 11000000 | 1110 | 0 | 11000 | 0 | 1011111 | 1100001 | 1010111 |
Color Harmonies of #DAFEC0
Complementary color
Monochromatic Colors of #DAFEC0
Black with #DAFEC0
Text Example
Text Example
White with #DAFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEC0; }
p { color: rgb(218,254,192); }
H1.HeaderClassName
{
color: #DAFEC0;
}
.AnyTagClassName
{
color: #DAFEC0;
}
</style>
background-color css
<style>
a { background-color: #DAFEC0; }
a { background-color: rgb(218,254,192); }
div.DivClassName
{
background-color: #DAFEC0;
}
.BgClassName
{
background-color: #DAFEC0;
}
</style>
border-color css
<style>
span { border-color: #DAFEC0; }
span { border-color: rgb(218,254,192); }
td.TdClassName
{
border-color: #DAFEC0;
}
.TagClassName
{
border-color: #DAFEC0;
}
</style>