Shades of Tea Green #DCFCC6
Tints of Tea Green #DCFCC6
RGB
CMYK
RGB Variations
Color information
#DCFCC6 (or 0xDCFCC6) is known color: Tea Green. HEX triplet: DC, FC and C6. RGB value is (220,252,198). Sum of RGB (Red+Green+Blue) = 220+252+198=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC6 is #230339. Grayscale: #ECECEC. Windows color (decimal): -2294586 or 13040860. OLE color: 13040860.
HSL color Cylindrical-coordinate representation of color #DCFCC6: hue angle of 95.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFCC6 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 198 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.01 |
| HSL | 95.56º | 0.9% | 0.88% | - |
| HSV(B) | 95.56º | 0.21% | 0.99% | - |
| XYZ | 74.52 | 88.91 | 66.66 | - |
| YUV | 236.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 198 | 0.13 | 0 | 0.21 | 0.01 | 95.56 | 0.9 | 0.88 |
| Hex | DC | FC | C6 | D | 0 | 15 | 1 | 60 | 5A | 58 |
| Octal | 334 | 374 | 306 | 15 | 0 | 25 | 1 | 140 | 132 | 130 |
| Binary | 11011100 | 11111100 | 11000110 | 1101 | 0 | 10101 | 1 | 1100000 | 1011010 | 1011000 |
Color Harmonies of #DCFCC6
Complementary color
Monochromatic Colors of #DCFCC6
Black with #DCFCC6
Text Example
Text Example
White with #DCFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCC6; }
p { color: rgb(220,252,198); }
H1.HeaderClassName
{
color: #DCFCC6;
}
.AnyTagClassName
{
color: #DCFCC6;
}
</style>
background-color css
<style>
a { background-color: #DCFCC6; }
a { background-color: rgb(220,252,198); }
div.DivClassName
{
background-color: #DCFCC6;
}
.BgClassName
{
background-color: #DCFCC6;
}
</style>
border-color css
<style>
span { border-color: #DCFCC6; }
span { border-color: rgb(220,252,198); }
td.TdClassName
{
border-color: #DCFCC6;
}
.TagClassName
{
border-color: #DCFCC6;
}
</style>