Shades of Tea Green #DAFFB2
Tints of Tea Green #DAFFB2
RGB
CMYK
RGB Variations
Color information
#DAFFB2 (or 0xDAFFB2) is known color: Tea Green. HEX triplet: DA, FF and B2. RGB value is (218,255,178). Sum of RGB (Red+Green+Blue) = 218+255+178=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFB2 is #25004D. Grayscale: #EBEBEB. Windows color (decimal): -2424910 or 11730906. OLE color: 11730906.
HSL color Cylindrical-coordinate representation of color #DAFFB2: hue angle of 88.83º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAFFB2 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 178 | - |
CMYK | 0.15 | 0 | 0.30 | 0 |
HSL | 88.83º | 1% | 0.85% | - |
HSV(B) | 88.83º | 0.3% | 1% | - |
XYZ | 72.71 | 89.64 | 55.59 | - |
YUV | 235.16 | 95.74 | 115.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 178 | 0.15 | 0 | 0.30 | 0 | 88.83 | 1 | 0.85 |
Hex | DA | FF | B2 | F | 0 | 1E | 0 | 59 | 64 | 55 |
Octal | 332 | 377 | 262 | 17 | 0 | 36 | 0 | 131 | 144 | 125 |
Binary | 11011010 | 11111111 | 10110010 | 1111 | 0 | 11110 | 0 | 1011001 | 1100100 | 1010101 |
Color Harmonies of #DAFFB2
Complementary color
Monochromatic Colors of #DAFFB2
Black with #DAFFB2
Text Example
Text Example
White with #DAFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFB2; }
p { color: rgb(218,255,178); }
H1.HeaderClassName
{
color: #DAFFB2;
}
.AnyTagClassName
{
color: #DAFFB2;
}
</style>
background-color css
<style>
a { background-color: #DAFFB2; }
a { background-color: rgb(218,255,178); }
div.DivClassName
{
background-color: #DAFFB2;
}
.BgClassName
{
background-color: #DAFFB2;
}
</style>
border-color css
<style>
span { border-color: #DAFFB2; }
span { border-color: rgb(218,255,178); }
td.TdClassName
{
border-color: #DAFFB2;
}
.TagClassName
{
border-color: #DAFFB2;
}
</style>