Shades of Tea Green #DAFBC1
Tints of Tea Green #DAFBC1
RGB
CMYK
RGB Variations
Color information
#DAFBC1 (or 0xDAFBC1) is known color: Tea Green. HEX triplet: DA, FB and C1. RGB value is (218,251,193). Sum of RGB (Red+Green+Blue) = 218+251+193=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 193 (75.78% from 255 or 29.15% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBC1 is #25043E. Grayscale: #EAEAEA. Windows color (decimal): -2425919 or 12712922. OLE color: 12712922.
HSL color Cylindrical-coordinate representation of color #DAFBC1: hue angle of 94.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAFBC1 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 193 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.02 |
| HSL | 94.14º | 0.88% | 0.87% | - |
| HSV(B) | 94.14º | 0.23% | 0.98% | - |
| XYZ | 73.04 | 87.75 | 63.54 | - |
| YUV | 234.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 193 | 0.13 | 0 | 0.23 | 0.02 | 94.14 | 0.88 | 0.87 |
| Hex | DA | FB | C1 | D | 0 | 17 | 2 | 5E | 58 | 57 |
| Octal | 332 | 373 | 301 | 15 | 0 | 27 | 2 | 136 | 130 | 127 |
| Binary | 11011010 | 11111011 | 11000001 | 1101 | 0 | 10111 | 10 | 1011110 | 1011000 | 1010111 |
Color Harmonies of #DAFBC1
Complementary color
Monochromatic Colors of #DAFBC1
Black with #DAFBC1
Text Example
Text Example
White with #DAFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBC1; }
p { color: rgb(218,251,193); }
H1.HeaderClassName
{
color: #DAFBC1;
}
.AnyTagClassName
{
color: #DAFBC1;
}
</style>
background-color css
<style>
a { background-color: #DAFBC1; }
a { background-color: rgb(218,251,193); }
div.DivClassName
{
background-color: #DAFBC1;
}
.BgClassName
{
background-color: #DAFBC1;
}
</style>
border-color css
<style>
span { border-color: #DAFBC1; }
span { border-color: rgb(218,251,193); }
td.TdClassName
{
border-color: #DAFBC1;
}
.TagClassName
{
border-color: #DAFBC1;
}
</style>