Shades of Tea Green #DAFCBA
Tints of Tea Green #DAFCBA
RGB
CMYK
RGB Variations
Color information
#DAFCBA (or 0xDAFCBA) is known color: Tea Green. HEX triplet: DA, FC and BA. RGB value is (218,252,186). Sum of RGB (Red+Green+Blue) = 218+252+186=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCBA is #250345. Grayscale: #EAEAEA. Windows color (decimal): -2425670 or 12254426. OLE color: 12254426.
HSL color Cylindrical-coordinate representation of color #DAFCBA: hue angle of 90.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFCBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 186 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.01 |
| HSL | 90.91º | 0.92% | 0.86% | - |
| HSV(B) | 90.91º | 0.26% | 0.99% | - |
| XYZ | 72.59 | 88.07 | 59.63 | - |
| YUV | 234.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 186 | 0.13 | 0 | 0.26 | 0.01 | 90.91 | 0.92 | 0.86 |
| Hex | DA | FC | BA | D | 0 | 1A | 1 | 5B | 5C | 56 |
| Octal | 332 | 374 | 272 | 15 | 0 | 32 | 1 | 133 | 134 | 126 |
| Binary | 11011010 | 11111100 | 10111010 | 1101 | 0 | 11010 | 1 | 1011011 | 1011100 | 1010110 |
Color Harmonies of #DAFCBA
Complementary color
Monochromatic Colors of #DAFCBA
Black with #DAFCBA
Text Example
Text Example
White with #DAFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCBA; }
p { color: rgb(218,252,186); }
H1.HeaderClassName
{
color: #DAFCBA;
}
.AnyTagClassName
{
color: #DAFCBA;
}
</style>
background-color css
<style>
a { background-color: #DAFCBA; }
a { background-color: rgb(218,252,186); }
div.DivClassName
{
background-color: #DAFCBA;
}
.BgClassName
{
background-color: #DAFCBA;
}
</style>
border-color css
<style>
span { border-color: #DAFCBA; }
span { border-color: rgb(218,252,186); }
td.TdClassName
{
border-color: #DAFCBA;
}
.TagClassName
{
border-color: #DAFCBA;
}
</style>