Shades of Tea Green #DAFCC0
Tints of Tea Green #DAFCC0
RGB
CMYK
RGB Variations
Color information
#DAFCC0 (or 0xDAFCC0) is known color: Tea Green. HEX triplet: DA, FC and C0. RGB value is (218,252,192). Sum of RGB (Red+Green+Blue) = 218+252+192=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCC0 is #25033F. Grayscale: #EBEBEB. Windows color (decimal): -2425664 or 12647642. OLE color: 12647642.
HSL color Cylindrical-coordinate representation of color #DAFCC0: hue angle of 94º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAFCC0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 192 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.01 |
| HSL | 94º | 0.91% | 0.87% | - |
| HSV(B) | 94º | 0.24% | 0.99% | - |
| XYZ | 73.24 | 88.33 | 63.06 | - |
| YUV | 234.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 192 | 0.13 | 0 | 0.24 | 0.01 | 94 | 0.91 | 0.87 |
| Hex | DA | FC | C0 | D | 0 | 18 | 1 | 5E | 5B | 57 |
| Octal | 332 | 374 | 300 | 15 | 0 | 30 | 1 | 136 | 133 | 127 |
| Binary | 11011010 | 11111100 | 11000000 | 1101 | 0 | 11000 | 1 | 1011110 | 1011011 | 1010111 |
Color Harmonies of #DAFCC0
Complementary color
Monochromatic Colors of #DAFCC0
Black with #DAFCC0
Text Example
Text Example
White with #DAFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCC0; }
p { color: rgb(218,252,192); }
H1.HeaderClassName
{
color: #DAFCC0;
}
.AnyTagClassName
{
color: #DAFCC0;
}
</style>
background-color css
<style>
a { background-color: #DAFCC0; }
a { background-color: rgb(218,252,192); }
div.DivClassName
{
background-color: #DAFCC0;
}
.BgClassName
{
background-color: #DAFCC0;
}
</style>
border-color css
<style>
span { border-color: #DAFCC0; }
span { border-color: rgb(218,252,192); }
td.TdClassName
{
border-color: #DAFCC0;
}
.TagClassName
{
border-color: #DAFCC0;
}
</style>