Shades of Tea Green #DCFBC1
Tints of Tea Green #DCFBC1
RGB
CMYK
RGB Variations
Color information
#DCFBC1 (or 0xDCFBC1) is known color: Tea Green. HEX triplet: DC, FB and C1. RGB value is (220,251,193). Sum of RGB (Red+Green+Blue) = 220+251+193=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC1 is #23043E. Grayscale: #EBEBEB. Windows color (decimal): -2294847 or 12712924. OLE color: 12712924.
HSL color Cylindrical-coordinate representation of color #DCFBC1: hue angle of 92.07º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCFBC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 193 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.02 |
| HSL | 92.07º | 0.88% | 0.87% | - |
| HSV(B) | 92.07º | 0.23% | 0.98% | - |
| XYZ | 73.64 | 88.06 | 63.57 | - |
| YUV | 235.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 193 | 0.12 | 0 | 0.23 | 0.02 | 92.07 | 0.88 | 0.87 |
| Hex | DC | FB | C1 | C | 0 | 17 | 2 | 5C | 58 | 57 |
| Octal | 334 | 373 | 301 | 14 | 0 | 27 | 2 | 134 | 130 | 127 |
| Binary | 11011100 | 11111011 | 11000001 | 1100 | 0 | 10111 | 10 | 1011100 | 1011000 | 1010111 |
Color Harmonies of #DCFBC1
Complementary color
Monochromatic Colors of #DCFBC1
Black with #DCFBC1
Text Example
Text Example
White with #DCFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBC1; }
p { color: rgb(220,251,193); }
H1.HeaderClassName
{
color: #DCFBC1;
}
.AnyTagClassName
{
color: #DCFBC1;
}
</style>
background-color css
<style>
a { background-color: #DCFBC1; }
a { background-color: rgb(220,251,193); }
div.DivClassName
{
background-color: #DCFBC1;
}
.BgClassName
{
background-color: #DCFBC1;
}
</style>
border-color css
<style>
span { border-color: #DCFBC1; }
span { border-color: rgb(220,251,193); }
td.TdClassName
{
border-color: #DCFBC1;
}
.TagClassName
{
border-color: #DCFBC1;
}
</style>