Shades of Tea Green #DAF7B5
Tints of Tea Green #DAF7B5
RGB
CMYK
RGB Variations
Color information
#DAF7B5 (or 0xDAF7B5) is known color: Tea Green. HEX triplet: DA, F7 and B5. RGB value is (218,247,181). Sum of RGB (Red+Green+Blue) = 218+247+181=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 181 (71.09% from 255 or 28.02% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7B5 is #25084A. Grayscale: #E7E7E7. Windows color (decimal): -2426955 or 11925466. OLE color: 11925466.
HSL color Cylindrical-coordinate representation of color #DAF7B5: hue angle of 86.36º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAF7B5 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 247 | 181 | - |
CMYK | 0.12 | 0 | 0.27 | 0.03 |
HSL | 86.36º | 0.8% | 0.84% | - |
HSV(B) | 86.36º | 0.27% | 0.97% | - |
XYZ | 70.51 | 84.76 | 56.36 | - |
YUV | 230.81 | 99.89 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 247 | 181 | 0.12 | 0 | 0.27 | 0.03 | 86.36 | 0.8 | 0.84 |
Hex | DA | F7 | B5 | C | 0 | 1B | 3 | 56 | 50 | 54 |
Octal | 332 | 367 | 265 | 14 | 0 | 33 | 3 | 126 | 120 | 124 |
Binary | 11011010 | 11110111 | 10110101 | 1100 | 0 | 11011 | 11 | 1010110 | 1010000 | 1010100 |
Color Harmonies of #DAF7B5
Complementary color
Monochromatic Colors of #DAF7B5
Black with #DAF7B5
Text Example
Text Example
White with #DAF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7B5; }
p { color: rgb(218,247,181); }
H1.HeaderClassName
{
color: #DAF7B5;
}
.AnyTagClassName
{
color: #DAF7B5;
}
</style>
background-color css
<style>
a { background-color: #DAF7B5; }
a { background-color: rgb(218,247,181); }
div.DivClassName
{
background-color: #DAF7B5;
}
.BgClassName
{
background-color: #DAF7B5;
}
</style>
border-color css
<style>
span { border-color: #DAF7B5; }
span { border-color: rgb(218,247,181); }
td.TdClassName
{
border-color: #DAF7B5;
}
.TagClassName
{
border-color: #DAF7B5;
}
</style>