Shades of Tea Green #DCFBC5
Tints of Tea Green #DCFBC5
RGB
CMYK
RGB Variations
Color information
#DCFBC5 (or 0xDCFBC5) is known color: Tea Green. HEX triplet: DC, FB and C5. RGB value is (220,251,197). Sum of RGB (Red+Green+Blue) = 220+251+197=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC5 is #23043A. Grayscale: #EBEBEB. Windows color (decimal): -2294843 or 12975068. OLE color: 12975068.
HSL color Cylindrical-coordinate representation of color #DCFBC5: hue angle of 94.44º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCFBC5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 197 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.02 |
| HSL | 94.44º | 0.87% | 0.88% | - |
| HSV(B) | 94.44º | 0.22% | 0.98% | - |
| XYZ | 74.09 | 88.24 | 65.95 | - |
| YUV | 235.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 197 | 0.12 | 0 | 0.22 | 0.02 | 94.44 | 0.87 | 0.88 |
| Hex | DC | FB | C5 | C | 0 | 16 | 2 | 5E | 57 | 58 |
| Octal | 334 | 373 | 305 | 14 | 0 | 26 | 2 | 136 | 127 | 130 |
| Binary | 11011100 | 11111011 | 11000101 | 1100 | 0 | 10110 | 10 | 1011110 | 1010111 | 1011000 |
Color Harmonies of #DCFBC5
Complementary color
Monochromatic Colors of #DCFBC5
Black with #DCFBC5
Text Example
Text Example
White with #DCFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBC5; }
p { color: rgb(220,251,197); }
H1.HeaderClassName
{
color: #DCFBC5;
}
.AnyTagClassName
{
color: #DCFBC5;
}
</style>
background-color css
<style>
a { background-color: #DCFBC5; }
a { background-color: rgb(220,251,197); }
div.DivClassName
{
background-color: #DCFBC5;
}
.BgClassName
{
background-color: #DCFBC5;
}
</style>
border-color css
<style>
span { border-color: #DCFBC5; }
span { border-color: rgb(220,251,197); }
td.TdClassName
{
border-color: #DCFBC5;
}
.TagClassName
{
border-color: #DCFBC5;
}
</style>