Shades of Tea Green #DAEFC0
Tints of Tea Green #DAEFC0
RGB
CMYK
RGB Variations
Color information
#DAEFC0 (or 0xDAEFC0) is known color: Tea Green. HEX triplet: DA, EF and C0. RGB value is (218,239,192). Sum of RGB (Red+Green+Blue) = 218+239+192=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC0 is #25103F. Grayscale: #E3E3E3. Windows color (decimal): -2428992 or 12644314. OLE color: 12644314.
HSL color Cylindrical-coordinate representation of color #DAEFC0: hue angle of 86.81º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAEFC0 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 192 | - |
CMYK | 0.09 | 0 | 0.20 | 0.06 |
HSL | 86.81º | 0.59% | 0.85% | - |
HSV(B) | 86.81º | 0.2% | 0.94% | - |
XYZ | 69.29 | 80.44 | 61.74 | - |
YUV | 227.36 | 108.04 | 121.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 192 | 0.09 | 0 | 0.20 | 0.06 | 86.81 | 0.59 | 0.85 |
Hex | DA | EF | C0 | 9 | 0 | 14 | 6 | 57 | 3B | 55 |
Octal | 332 | 357 | 300 | 11 | 0 | 24 | 6 | 127 | 73 | 125 |
Binary | 11011010 | 11101111 | 11000000 | 1001 | 0 | 10100 | 110 | 1010111 | 111011 | 1010101 |
Color Harmonies of #DAEFC0
Complementary color
Monochromatic Colors of #DAEFC0
Black with #DAEFC0
Text Example
Text Example
White with #DAEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFC0; }
p { color: rgb(218,239,192); }
H1.HeaderClassName
{
color: #DAEFC0;
}
.AnyTagClassName
{
color: #DAEFC0;
}
</style>
background-color css
<style>
a { background-color: #DAEFC0; }
a { background-color: rgb(218,239,192); }
div.DivClassName
{
background-color: #DAEFC0;
}
.BgClassName
{
background-color: #DAEFC0;
}
</style>
border-color css
<style>
span { border-color: #DAEFC0; }
span { border-color: rgb(218,239,192); }
td.TdClassName
{
border-color: #DAEFC0;
}
.TagClassName
{
border-color: #DAEFC0;
}
</style>