Shades of Tea Green #DCFCC2
Tints of Tea Green #DCFCC2
RGB
CMYK
RGB Variations
Color information
#DCFCC2 (or 0xDCFCC2) is known color: Tea Green. HEX triplet: DC, FC and C2. RGB value is (220,252,194). Sum of RGB (Red+Green+Blue) = 220+252+194=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC2 is #23033D. Grayscale: #ECECEC. Windows color (decimal): -2294590 or 12778716. OLE color: 12778716.
HSL color Cylindrical-coordinate representation of color #DCFCC2: hue angle of 93.1º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCFCC2 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 194 | - |
CMYK | 0.13 | 0 | 0.23 | 0.01 |
HSL | 93.1º | 0.91% | 0.87% | - |
HSV(B) | 93.1º | 0.23% | 0.99% | - |
XYZ | 74.06 | 88.73 | 64.26 | - |
YUV | 235.82 | 104.4 | 116.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 194 | 0.13 | 0 | 0.23 | 0.01 | 93.1 | 0.91 | 0.87 |
Hex | DC | FC | C2 | D | 0 | 17 | 1 | 5D | 5B | 57 |
Octal | 334 | 374 | 302 | 15 | 0 | 27 | 1 | 135 | 133 | 127 |
Binary | 11011100 | 11111100 | 11000010 | 1101 | 0 | 10111 | 1 | 1011101 | 1011011 | 1010111 |
Color Harmonies of #DCFCC2
Complementary color
Monochromatic Colors of #DCFCC2
Black with #DCFCC2
Text Example
Text Example
White with #DCFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCC2; }
p { color: rgb(220,252,194); }
H1.HeaderClassName
{
color: #DCFCC2;
}
.AnyTagClassName
{
color: #DCFCC2;
}
</style>
background-color css
<style>
a { background-color: #DCFCC2; }
a { background-color: rgb(220,252,194); }
div.DivClassName
{
background-color: #DCFCC2;
}
.BgClassName
{
background-color: #DCFCC2;
}
</style>
border-color css
<style>
span { border-color: #DCFCC2; }
span { border-color: rgb(220,252,194); }
td.TdClassName
{
border-color: #DCFCC2;
}
.TagClassName
{
border-color: #DCFCC2;
}
</style>