Shades of Tea Green #DCFABB
Tints of Tea Green #DCFABB
RGB
CMYK
RGB Variations
Color information
#DCFABB (or 0xDCFABB) is known color: Tea Green. HEX triplet: DC, FA and BB. RGB value is (220,250,187). Sum of RGB (Red+Green+Blue) = 220+250+187=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFABB is #230544. Grayscale: #EAEAEA. Windows color (decimal): -2295109 or 12319452. OLE color: 12319452.
HSL color Cylindrical-coordinate representation of color #DCFABB: hue angle of 88.57º 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 #DCFABB is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 187 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.02 |
| HSL | 88.57º | 0.86% | 0.86% | - |
| HSV(B) | 88.57º | 0.25% | 0.98% | - |
| XYZ | 72.67 | 87.17 | 60.01 | - |
| YUV | 233.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 187 | 0.12 | 0 | 0.25 | 0.02 | 88.57 | 0.86 | 0.86 |
| Hex | DC | FA | BB | C | 0 | 19 | 2 | 59 | 56 | 56 |
| Octal | 334 | 372 | 273 | 14 | 0 | 31 | 2 | 131 | 126 | 126 |
| Binary | 11011100 | 11111010 | 10111011 | 1100 | 0 | 11001 | 10 | 1011001 | 1010110 | 1010110 |
Color Harmonies of #DCFABB
Complementary color
Monochromatic Colors of #DCFABB
Black with #DCFABB
Text Example
Text Example
White with #DCFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFABB; }
p { color: rgb(220,250,187); }
H1.HeaderClassName
{
color: #DCFABB;
}
.AnyTagClassName
{
color: #DCFABB;
}
</style>
background-color css
<style>
a { background-color: #DCFABB; }
a { background-color: rgb(220,250,187); }
div.DivClassName
{
background-color: #DCFABB;
}
.BgClassName
{
background-color: #DCFABB;
}
</style>
border-color css
<style>
span { border-color: #DCFABB; }
span { border-color: rgb(220,250,187); }
td.TdClassName
{
border-color: #DCFABB;
}
.TagClassName
{
border-color: #DCFABB;
}
</style>