Shades of Tea Green #DAFFB9
Tints of Tea Green #DAFFB9
RGB
CMYK
RGB Variations
Color information
#DAFFB9 (or 0xDAFFB9) is known color: Tea Green. HEX triplet: DA, FF and B9. RGB value is (218,255,185). Sum of RGB (Red+Green+Blue) = 218+255+185=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFB9 is #250046. Grayscale: #ECECEC. Windows color (decimal): -2424903 or 12189658. OLE color: 12189658.
HSL color Cylindrical-coordinate representation of color #DAFFB9: hue angle of 91.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAFFB9 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 185 | - |
CMYK | 0.15 | 0 | 0.27 | 0 |
HSL | 91.71º | 1% | 0.86% | - |
HSV(B) | 91.71º | 0.27% | 1% | - |
XYZ | 73.43 | 89.93 | 59.39 | - |
YUV | 235.96 | 99.24 | 115.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 185 | 0.15 | 0 | 0.27 | 0 | 91.71 | 1 | 0.86 |
Hex | DA | FF | B9 | F | 0 | 1B | 0 | 5C | 64 | 56 |
Octal | 332 | 377 | 271 | 17 | 0 | 33 | 0 | 134 | 144 | 126 |
Binary | 11011010 | 11111111 | 10111001 | 1111 | 0 | 11011 | 0 | 1011100 | 1100100 | 1010110 |
Color Harmonies of #DAFFB9
Complementary color
Monochromatic Colors of #DAFFB9
Black with #DAFFB9
Text Example
Text Example
White with #DAFFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFB9; }
p { color: rgb(218,255,185); }
H1.HeaderClassName
{
color: #DAFFB9;
}
.AnyTagClassName
{
color: #DAFFB9;
}
</style>
background-color css
<style>
a { background-color: #DAFFB9; }
a { background-color: rgb(218,255,185); }
div.DivClassName
{
background-color: #DAFFB9;
}
.BgClassName
{
background-color: #DAFFB9;
}
</style>
border-color css
<style>
span { border-color: #DAFFB9; }
span { border-color: rgb(218,255,185); }
td.TdClassName
{
border-color: #DAFFB9;
}
.TagClassName
{
border-color: #DAFFB9;
}
</style>