Shades of Tea Green #DCFCC4
Tints of Tea Green #DCFCC4
RGB
CMYK
RGB Variations
Color information
#DCFCC4 (or 0xDCFCC4) is known color: Tea Green. HEX triplet: DC, FC and C4. RGB value is (220,252,196). Sum of RGB (Red+Green+Blue) = 220+252+196=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC4 is #23033B. Grayscale: #ECECEC. Windows color (decimal): -2294588 or 12909788. OLE color: 12909788.
HSL color Cylindrical-coordinate representation of color #DCFCC4: hue angle of 94.29º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCFCC4 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 196 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.01 |
| HSL | 94.29º | 0.9% | 0.88% | - |
| HSV(B) | 94.29º | 0.22% | 0.99% | - |
| XYZ | 74.29 | 88.82 | 65.45 | - |
| YUV | 236.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 196 | 0.13 | 0 | 0.22 | 0.01 | 94.29 | 0.9 | 0.88 |
| Hex | DC | FC | C4 | D | 0 | 16 | 1 | 5E | 5A | 58 |
| Octal | 334 | 374 | 304 | 15 | 0 | 26 | 1 | 136 | 132 | 130 |
| Binary | 11011100 | 11111100 | 11000100 | 1101 | 0 | 10110 | 1 | 1011110 | 1011010 | 1011000 |
Color Harmonies of #DCFCC4
Complementary color
Monochromatic Colors of #DCFCC4
Black with #DCFCC4
Text Example
Text Example
White with #DCFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCC4; }
p { color: rgb(220,252,196); }
H1.HeaderClassName
{
color: #DCFCC4;
}
.AnyTagClassName
{
color: #DCFCC4;
}
</style>
background-color css
<style>
a { background-color: #DCFCC4; }
a { background-color: rgb(220,252,196); }
div.DivClassName
{
background-color: #DCFCC4;
}
.BgClassName
{
background-color: #DCFCC4;
}
</style>
border-color css
<style>
span { border-color: #DCFCC4; }
span { border-color: rgb(220,252,196); }
td.TdClassName
{
border-color: #DCFCC4;
}
.TagClassName
{
border-color: #DCFCC4;
}
</style>