Shades of Tea Green #DAFEB8
Tints of Tea Green #DAFEB8
RGB
CMYK
RGB Variations
Color information
#DAFEB8 (or 0xDAFEB8) is known color: Tea Green. HEX triplet: DA, FE and B8. RGB value is (218,254,184). Sum of RGB (Red+Green+Blue) = 218+254+184=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEB8 is #250147. Grayscale: #EBEBEB. Windows color (decimal): -2425160 or 12123866. OLE color: 12123866.
HSL color Cylindrical-coordinate representation of color #DAFEB8: hue angle of 90.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAFEB8 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 184 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.00 |
| HSL | 90.86º | 0.97% | 0.86% | - |
| HSV(B) | 90.86º | 0.28% | 1% | - |
| XYZ | 73.01 | 89.25 | 58.73 | - |
| YUV | 235.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 184 | 0.14 | 0 | 0.28 | 0.00 | 90.86 | 0.97 | 0.86 |
| Hex | DA | FE | B8 | E | 0 | 1C | 0 | 5B | 61 | 56 |
| Octal | 332 | 376 | 270 | 16 | 0 | 34 | 0 | 133 | 141 | 126 |
| Binary | 11011010 | 11111110 | 10111000 | 1110 | 0 | 11100 | 0 | 1011011 | 1100001 | 1010110 |
Color Harmonies of #DAFEB8
Complementary color
Monochromatic Colors of #DAFEB8
Black with #DAFEB8
Text Example
Text Example
White with #DAFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEB8; }
p { color: rgb(218,254,184); }
H1.HeaderClassName
{
color: #DAFEB8;
}
.AnyTagClassName
{
color: #DAFEB8;
}
</style>
background-color css
<style>
a { background-color: #DAFEB8; }
a { background-color: rgb(218,254,184); }
div.DivClassName
{
background-color: #DAFEB8;
}
.BgClassName
{
background-color: #DAFEB8;
}
</style>
border-color css
<style>
span { border-color: #DAFEB8; }
span { border-color: rgb(218,254,184); }
td.TdClassName
{
border-color: #DAFEB8;
}
.TagClassName
{
border-color: #DAFEB8;
}
</style>