Shades of Tea Green #DCFABC
Tints of Tea Green #DCFABC
RGB
CMYK
RGB Variations
Color information
#DCFABC (or 0xDCFABC) is known color: Tea Green. HEX triplet: DC, FA and BC. RGB value is (220,250,188). Sum of RGB (Red+Green+Blue) = 220+250+188=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFABC is #230543. Grayscale: #EAEAEA. Windows color (decimal): -2295108 or 12384988. OLE color: 12384988.
HSL color Cylindrical-coordinate representation of color #DCFABC: hue angle of 89.03º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFABC is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 188 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.02 |
| HSL | 89.03º | 0.86% | 0.86% | - |
| HSV(B) | 89.03º | 0.25% | 0.98% | - |
| XYZ | 72.78 | 87.22 | 60.58 | - |
| YUV | 233.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 188 | 0.12 | 0 | 0.25 | 0.02 | 89.03 | 0.86 | 0.86 |
| Hex | DC | FA | BC | C | 0 | 19 | 2 | 59 | 56 | 56 |
| Octal | 334 | 372 | 274 | 14 | 0 | 31 | 2 | 131 | 126 | 126 |
| Binary | 11011100 | 11111010 | 10111100 | 1100 | 0 | 11001 | 10 | 1011001 | 1010110 | 1010110 |
Color Harmonies of #DCFABC
Complementary color
Monochromatic Colors of #DCFABC
Black with #DCFABC
Text Example
Text Example
White with #DCFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFABC; }
p { color: rgb(220,250,188); }
H1.HeaderClassName
{
color: #DCFABC;
}
.AnyTagClassName
{
color: #DCFABC;
}
</style>
background-color css
<style>
a { background-color: #DCFABC; }
a { background-color: rgb(220,250,188); }
div.DivClassName
{
background-color: #DCFABC;
}
.BgClassName
{
background-color: #DCFABC;
}
</style>
border-color css
<style>
span { border-color: #DCFABC; }
span { border-color: rgb(220,250,188); }
td.TdClassName
{
border-color: #DCFABC;
}
.TagClassName
{
border-color: #DCFABC;
}
</style>