Shades of Tea Green #DCFCC5
Tints of Tea Green #DCFCC5
RGB
CMYK
RGB Variations
Color information
#DCFCC5 (or 0xDCFCC5) is known color: Tea Green. HEX triplet: DC, FC and C5. RGB value is (220,252,197). Sum of RGB (Red+Green+Blue) = 220+252+197=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC5 is #23033A. Grayscale: #ECECEC. Windows color (decimal): -2294587 or 12975324. OLE color: 12975324.
HSL color Cylindrical-coordinate representation of color #DCFCC5: hue angle of 94.91º 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 #DCFCC5 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 197 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.01 |
| HSL | 94.91º | 0.9% | 0.88% | - |
| HSV(B) | 94.91º | 0.22% | 0.99% | - |
| XYZ | 74.4 | 88.87 | 66.06 | - |
| YUV | 236.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 197 | 0.13 | 0 | 0.22 | 0.01 | 94.91 | 0.9 | 0.88 |
| Hex | DC | FC | C5 | D | 0 | 16 | 1 | 5F | 5A | 58 |
| Octal | 334 | 374 | 305 | 15 | 0 | 26 | 1 | 137 | 132 | 130 |
| Binary | 11011100 | 11111100 | 11000101 | 1101 | 0 | 10110 | 1 | 1011111 | 1011010 | 1011000 |
Color Harmonies of #DCFCC5
Complementary color
Monochromatic Colors of #DCFCC5
Black with #DCFCC5
Text Example
Text Example
White with #DCFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCC5; }
p { color: rgb(220,252,197); }
H1.HeaderClassName
{
color: #DCFCC5;
}
.AnyTagClassName
{
color: #DCFCC5;
}
</style>
background-color css
<style>
a { background-color: #DCFCC5; }
a { background-color: rgb(220,252,197); }
div.DivClassName
{
background-color: #DCFCC5;
}
.BgClassName
{
background-color: #DCFCC5;
}
</style>
border-color css
<style>
span { border-color: #DCFCC5; }
span { border-color: rgb(220,252,197); }
td.TdClassName
{
border-color: #DCFCC5;
}
.TagClassName
{
border-color: #DCFCC5;
}
</style>