Shades of Tea Green #DCFAC6
Tints of Tea Green #DCFAC6
RGB
CMYK
RGB Variations
Color information
#DCFAC6 (or 0xDCFAC6) is known color: Tea Green. HEX triplet: DC, FA and C6. RGB value is (220,250,198). Sum of RGB (Red+Green+Blue) = 220+250+198=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC6 is #230539. Grayscale: #EBEBEB. Windows color (decimal): -2295098 or 13040348. OLE color: 13040348.
HSL color Cylindrical-coordinate representation of color #DCFAC6: hue angle of 94.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFAC6 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 198 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.02 |
| HSL | 94.62º | 0.84% | 0.88% | - |
| HSV(B) | 94.62º | 0.21% | 0.98% | - |
| XYZ | 73.89 | 87.66 | 66.45 | - |
| YUV | 235.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 198 | 0.12 | 0 | 0.21 | 0.02 | 94.62 | 0.84 | 0.88 |
| Hex | DC | FA | C6 | C | 0 | 15 | 2 | 5F | 54 | 58 |
| Octal | 334 | 372 | 306 | 14 | 0 | 25 | 2 | 137 | 124 | 130 |
| Binary | 11011100 | 11111010 | 11000110 | 1100 | 0 | 10101 | 10 | 1011111 | 1010100 | 1011000 |
Color Harmonies of #DCFAC6
Complementary color
Monochromatic Colors of #DCFAC6
Black with #DCFAC6
Text Example
Text Example
White with #DCFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAC6; }
p { color: rgb(220,250,198); }
H1.HeaderClassName
{
color: #DCFAC6;
}
.AnyTagClassName
{
color: #DCFAC6;
}
</style>
background-color css
<style>
a { background-color: #DCFAC6; }
a { background-color: rgb(220,250,198); }
div.DivClassName
{
background-color: #DCFAC6;
}
.BgClassName
{
background-color: #DCFAC6;
}
</style>
border-color css
<style>
span { border-color: #DCFAC6; }
span { border-color: rgb(220,250,198); }
td.TdClassName
{
border-color: #DCFAC6;
}
.TagClassName
{
border-color: #DCFAC6;
}
</style>