Shades of Tea Green #DAFFC4
Tints of Tea Green #DAFFC4
RGB
CMYK
RGB Variations
Color information
#DAFFC4 (or 0xDAFFC4) is known color: Tea Green. HEX triplet: DA, FF and C4. RGB value is (218,255,196). Sum of RGB (Red+Green+Blue) = 218+255+196=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC4 is #25003B. Grayscale: #EDEDED. Windows color (decimal): -2424892 or 12910554. OLE color: 12910554.
HSL color Cylindrical-coordinate representation of color #DAFFC4: hue angle of 97.63º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAFFC4 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 196 | - |
| CMYK | 0.15 | 0 | 0.23 | 0 |
| HSL | 97.63º | 1% | 0.88% | - |
| HSV(B) | 97.63º | 0.23% | 1% | - |
| XYZ | 74.64 | 90.41 | 65.74 | - |
| YUV | 237.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 196 | 0.15 | 0 | 0.23 | 0 | 97.63 | 1 | 0.88 |
| Hex | DA | FF | C4 | F | 0 | 17 | 0 | 62 | 64 | 58 |
| Octal | 332 | 377 | 304 | 17 | 0 | 27 | 0 | 142 | 144 | 130 |
| Binary | 11011010 | 11111111 | 11000100 | 1111 | 0 | 10111 | 0 | 1100010 | 1100100 | 1011000 |
Color Harmonies of #DAFFC4
Complementary color
Monochromatic Colors of #DAFFC4
Black with #DAFFC4
Text Example
Text Example
White with #DAFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFC4; }
p { color: rgb(218,255,196); }
H1.HeaderClassName
{
color: #DAFFC4;
}
.AnyTagClassName
{
color: #DAFFC4;
}
</style>
background-color css
<style>
a { background-color: #DAFFC4; }
a { background-color: rgb(218,255,196); }
div.DivClassName
{
background-color: #DAFFC4;
}
.BgClassName
{
background-color: #DAFFC4;
}
</style>
border-color css
<style>
span { border-color: #DAFFC4; }
span { border-color: rgb(218,255,196); }
td.TdClassName
{
border-color: #DAFFC4;
}
.TagClassName
{
border-color: #DAFFC4;
}
</style>