Shades of Tea Green #DAF6BB
Tints of Tea Green #DAF6BB
RGB
CMYK
RGB Variations
Color information
#DAF6BB (or 0xDAF6BB) is known color: Tea Green. HEX triplet: DA, F6 and BB. RGB value is (218,246,187). Sum of RGB (Red+Green+Blue) = 218+246+187=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6BB is #250944. Grayscale: #E7E7E7. Windows color (decimal): -2427205 or 12318426. OLE color: 12318426.
HSL color Cylindrical-coordinate representation of color #DAF6BB: hue angle of 88.47º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAF6BB is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 187 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.04 |
| HSL | 88.47º | 0.77% | 0.85% | - |
| HSV(B) | 88.47º | 0.24% | 0.96% | - |
| XYZ | 70.84 | 84.4 | 59.57 | - |
| YUV | 230.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 187 | 0.11 | 0 | 0.24 | 0.04 | 88.47 | 0.77 | 0.85 |
| Hex | DA | F6 | BB | B | 0 | 18 | 4 | 58 | 4D | 55 |
| Octal | 332 | 366 | 273 | 13 | 0 | 30 | 4 | 130 | 115 | 125 |
| Binary | 11011010 | 11110110 | 10111011 | 1011 | 0 | 11000 | 100 | 1011000 | 1001101 | 1010101 |
Color Harmonies of #DAF6BB
Complementary color
Monochromatic Colors of #DAF6BB
Black with #DAF6BB
Text Example
Text Example
White with #DAF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6BB; }
p { color: rgb(218,246,187); }
H1.HeaderClassName
{
color: #DAF6BB;
}
.AnyTagClassName
{
color: #DAF6BB;
}
</style>
background-color css
<style>
a { background-color: #DAF6BB; }
a { background-color: rgb(218,246,187); }
div.DivClassName
{
background-color: #DAF6BB;
}
.BgClassName
{
background-color: #DAF6BB;
}
</style>
border-color css
<style>
span { border-color: #DAF6BB; }
span { border-color: rgb(218,246,187); }
td.TdClassName
{
border-color: #DAF6BB;
}
.TagClassName
{
border-color: #DAF6BB;
}
</style>