Shades of Tea Green #DAF2B8
Tints of Tea Green #DAF2B8
RGB
CMYK
RGB Variations
Color information
#DAF2B8 (or 0xDAF2B8) is known color: Tea Green. HEX triplet: DA, F2 and B8. RGB value is (218,242,184). Sum of RGB (Red+Green+Blue) = 218+242+184=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2B8 is #250D47. Grayscale: #E4E4E4. Windows color (decimal): -2428232 or 12120794. OLE color: 12120794.
HSL color Cylindrical-coordinate representation of color #DAF2B8: hue angle of 84.83º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAF2B8 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 184 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.05 |
| HSL | 84.83º | 0.69% | 0.84% | - |
| HSV(B) | 84.83º | 0.24% | 0.95% | - |
| XYZ | 69.32 | 81.87 | 57.5 | - |
| YUV | 228.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 184 | 0.10 | 0 | 0.24 | 0.05 | 84.83 | 0.69 | 0.84 |
| Hex | DA | F2 | B8 | A | 0 | 18 | 5 | 55 | 45 | 54 |
| Octal | 332 | 362 | 270 | 12 | 0 | 30 | 5 | 125 | 105 | 124 |
| Binary | 11011010 | 11110010 | 10111000 | 1010 | 0 | 11000 | 101 | 1010101 | 1000101 | 1010100 |
Color Harmonies of #DAF2B8
Complementary color
Monochromatic Colors of #DAF2B8
Black with #DAF2B8
Text Example
Text Example
White with #DAF2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2B8; }
p { color: rgb(218,242,184); }
H1.HeaderClassName
{
color: #DAF2B8;
}
.AnyTagClassName
{
color: #DAF2B8;
}
</style>
background-color css
<style>
a { background-color: #DAF2B8; }
a { background-color: rgb(218,242,184); }
div.DivClassName
{
background-color: #DAF2B8;
}
.BgClassName
{
background-color: #DAF2B8;
}
</style>
border-color css
<style>
span { border-color: #DAF2B8; }
span { border-color: rgb(218,242,184); }
td.TdClassName
{
border-color: #DAF2B8;
}
.TagClassName
{
border-color: #DAF2B8;
}
</style>