Shades of Tea Green #DCFAB8
Tints of Tea Green #DCFAB8
RGB
CMYK
RGB Variations
Color information
#DCFAB8 (or 0xDCFAB8) is known color: Tea Green. HEX triplet: DC, FA and B8. RGB value is (220,250,184). Sum of RGB (Red+Green+Blue) = 220+250+184=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 184 (72.27% from 255 or 28.13% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB8 is #230547. Grayscale: #E9E9E9. Windows color (decimal): -2295112 or 12122844. OLE color: 12122844.
HSL color Cylindrical-coordinate representation of color #DCFAB8: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFAB8 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 184 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.02 |
| HSL | 87.27º | 0.87% | 0.85% | - |
| HSV(B) | 87.27º | 0.26% | 0.98% | - |
| XYZ | 72.35 | 87.05 | 58.34 | - |
| YUV | 233.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 184 | 0.12 | 0 | 0.26 | 0.02 | 87.27 | 0.87 | 0.85 |
| Hex | DC | FA | B8 | C | 0 | 1A | 2 | 57 | 57 | 55 |
| Octal | 334 | 372 | 270 | 14 | 0 | 32 | 2 | 127 | 127 | 125 |
| Binary | 11011100 | 11111010 | 10111000 | 1100 | 0 | 11010 | 10 | 1010111 | 1010111 | 1010101 |
Color Harmonies of #DCFAB8
Complementary color
Monochromatic Colors of #DCFAB8
Black with #DCFAB8
Text Example
Text Example
White with #DCFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAB8; }
p { color: rgb(220,250,184); }
H1.HeaderClassName
{
color: #DCFAB8;
}
.AnyTagClassName
{
color: #DCFAB8;
}
</style>
background-color css
<style>
a { background-color: #DCFAB8; }
a { background-color: rgb(220,250,184); }
div.DivClassName
{
background-color: #DCFAB8;
}
.BgClassName
{
background-color: #DCFAB8;
}
</style>
border-color css
<style>
span { border-color: #DCFAB8; }
span { border-color: rgb(220,250,184); }
td.TdClassName
{
border-color: #DCFAB8;
}
.TagClassName
{
border-color: #DCFAB8;
}
</style>