Shades of Tea Green #DAF2BB
Tints of Tea Green #DAF2BB
RGB
CMYK
RGB Variations
Color information
#DAF2BB (or 0xDAF2BB) is known color: Tea Green. HEX triplet: DA, F2 and BB. RGB value is (218,242,187). Sum of RGB (Red+Green+Blue) = 218+242+187=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2BB is #250D44. Grayscale: #E4E4E4. Windows color (decimal): -2428229 or 12317402. OLE color: 12317402.
HSL color Cylindrical-coordinate representation of color #DAF2BB: hue angle of 86.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAF2BB is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 187 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.05 |
| HSL | 86.18º | 0.68% | 0.84% | - |
| HSV(B) | 86.18º | 0.23% | 0.95% | - |
| XYZ | 69.64 | 82 | 59.17 | - |
| YUV | 228.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 187 | 0.10 | 0 | 0.23 | 0.05 | 86.18 | 0.68 | 0.84 |
| Hex | DA | F2 | BB | A | 0 | 17 | 5 | 56 | 44 | 54 |
| Octal | 332 | 362 | 273 | 12 | 0 | 27 | 5 | 126 | 104 | 124 |
| Binary | 11011010 | 11110010 | 10111011 | 1010 | 0 | 10111 | 101 | 1010110 | 1000100 | 1010100 |
Color Harmonies of #DAF2BB
Complementary color
Monochromatic Colors of #DAF2BB
Black with #DAF2BB
Text Example
Text Example
White with #DAF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2BB; }
p { color: rgb(218,242,187); }
H1.HeaderClassName
{
color: #DAF2BB;
}
.AnyTagClassName
{
color: #DAF2BB;
}
</style>
background-color css
<style>
a { background-color: #DAF2BB; }
a { background-color: rgb(218,242,187); }
div.DivClassName
{
background-color: #DAF2BB;
}
.BgClassName
{
background-color: #DAF2BB;
}
</style>
border-color css
<style>
span { border-color: #DAF2BB; }
span { border-color: rgb(218,242,187); }
td.TdClassName
{
border-color: #DAF2BB;
}
.TagClassName
{
border-color: #DAF2BB;
}
</style>