Shades of Tea Green #DCFAB7
Tints of Tea Green #DCFAB7
RGB
CMYK
RGB Variations
Color information
#DCFAB7 (or 0xDCFAB7) is known color: Tea Green. HEX triplet: DC, FA and B7. RGB value is (220,250,183). Sum of RGB (Red+Green+Blue) = 220+250+183=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB7 is #230548. Grayscale: #E9E9E9. Windows color (decimal): -2295113 or 12057308. OLE color: 12057308.
HSL color Cylindrical-coordinate representation of color #DCFAB7: hue angle of 86.87º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCFAB7 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 183 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.02 |
| HSL | 86.87º | 0.87% | 0.85% | - |
| HSV(B) | 86.87º | 0.27% | 0.98% | - |
| XYZ | 72.25 | 87.01 | 57.79 | - |
| YUV | 233.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 183 | 0.12 | 0 | 0.27 | 0.02 | 86.87 | 0.87 | 0.85 |
| Hex | DC | FA | B7 | C | 0 | 1B | 2 | 57 | 57 | 55 |
| Octal | 334 | 372 | 267 | 14 | 0 | 33 | 2 | 127 | 127 | 125 |
| Binary | 11011100 | 11111010 | 10110111 | 1100 | 0 | 11011 | 10 | 1010111 | 1010111 | 1010101 |
Color Harmonies of #DCFAB7
Complementary color
Monochromatic Colors of #DCFAB7
Black with #DCFAB7
Text Example
Text Example
White with #DCFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAB7; }
p { color: rgb(220,250,183); }
H1.HeaderClassName
{
color: #DCFAB7;
}
.AnyTagClassName
{
color: #DCFAB7;
}
</style>
background-color css
<style>
a { background-color: #DCFAB7; }
a { background-color: rgb(220,250,183); }
div.DivClassName
{
background-color: #DCFAB7;
}
.BgClassName
{
background-color: #DCFAB7;
}
</style>
border-color css
<style>
span { border-color: #DCFAB7; }
span { border-color: rgb(220,250,183); }
td.TdClassName
{
border-color: #DCFAB7;
}
.TagClassName
{
border-color: #DCFAB7;
}
</style>