Shades of Tea Green #DCFBC4
Tints of Tea Green #DCFBC4
RGB
CMYK
RGB Variations
Color information
#DCFBC4 (or 0xDCFBC4) is known color: Tea Green. HEX triplet: DC, FB and C4. RGB value is (220,251,196). Sum of RGB (Red+Green+Blue) = 220+251+196=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBC4 is #23043B. Grayscale: #EBEBEB. Windows color (decimal): -2294844 or 12909532. OLE color: 12909532.
HSL color Cylindrical-coordinate representation of color #DCFBC4: hue angle of 93.82º 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 #DCFBC4 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 196 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.02 |
| HSL | 93.82º | 0.87% | 0.88% | - |
| HSV(B) | 93.82º | 0.22% | 0.98% | - |
| XYZ | 73.98 | 88.2 | 65.35 | - |
| YUV | 235.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 196 | 0.12 | 0 | 0.22 | 0.02 | 93.82 | 0.87 | 0.88 |
| Hex | DC | FB | C4 | C | 0 | 16 | 2 | 5E | 57 | 58 |
| Octal | 334 | 373 | 304 | 14 | 0 | 26 | 2 | 136 | 127 | 130 |
| Binary | 11011100 | 11111011 | 11000100 | 1100 | 0 | 10110 | 10 | 1011110 | 1010111 | 1011000 |
Color Harmonies of #DCFBC4
Complementary color
Monochromatic Colors of #DCFBC4
Black with #DCFBC4
Text Example
Text Example
White with #DCFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBC4; }
p { color: rgb(220,251,196); }
H1.HeaderClassName
{
color: #DCFBC4;
}
.AnyTagClassName
{
color: #DCFBC4;
}
</style>
background-color css
<style>
a { background-color: #DCFBC4; }
a { background-color: rgb(220,251,196); }
div.DivClassName
{
background-color: #DCFBC4;
}
.BgClassName
{
background-color: #DCFBC4;
}
</style>
border-color css
<style>
span { border-color: #DCFBC4; }
span { border-color: rgb(220,251,196); }
td.TdClassName
{
border-color: #DCFBC4;
}
.TagClassName
{
border-color: #DCFBC4;
}
</style>