Shades of Tea Green #DCFABD
Tints of Tea Green #DCFABD
RGB
CMYK
RGB Variations
Color information
#DCFABD (or 0xDCFABD) is known color: Tea Green. HEX triplet: DC, FA and BD. RGB value is (220,250,189). Sum of RGB (Red+Green+Blue) = 220+250+189=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFABD is #230542. Grayscale: #EAEAEA. Windows color (decimal): -2295107 or 12450524. OLE color: 12450524.
HSL color Cylindrical-coordinate representation of color #DCFABD: hue angle of 89.51º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCFABD is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 189 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.02 |
| HSL | 89.51º | 0.86% | 0.86% | - |
| HSV(B) | 89.51º | 0.24% | 0.98% | - |
| XYZ | 72.89 | 87.26 | 61.15 | - |
| YUV | 234.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 189 | 0.12 | 0 | 0.24 | 0.02 | 89.51 | 0.86 | 0.86 |
| Hex | DC | FA | BD | C | 0 | 18 | 2 | 5A | 56 | 56 |
| Octal | 334 | 372 | 275 | 14 | 0 | 30 | 2 | 132 | 126 | 126 |
| Binary | 11011100 | 11111010 | 10111101 | 1100 | 0 | 11000 | 10 | 1011010 | 1010110 | 1010110 |
Color Harmonies of #DCFABD
Complementary color
Monochromatic Colors of #DCFABD
Black with #DCFABD
Text Example
Text Example
White with #DCFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFABD; }
p { color: rgb(220,250,189); }
H1.HeaderClassName
{
color: #DCFABD;
}
.AnyTagClassName
{
color: #DCFABD;
}
</style>
background-color css
<style>
a { background-color: #DCFABD; }
a { background-color: rgb(220,250,189); }
div.DivClassName
{
background-color: #DCFABD;
}
.BgClassName
{
background-color: #DCFABD;
}
</style>
border-color css
<style>
span { border-color: #DCFABD; }
span { border-color: rgb(220,250,189); }
td.TdClassName
{
border-color: #DCFABD;
}
.TagClassName
{
border-color: #DCFABD;
}
</style>