#DCF8C7

Color #DCF8C7 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #DCF8C7

Tints of Tea Green #DCF8C7

Color information

#DCF8C7 (or 0xDCF8C7) is unknown color: approx Tea Green. HEX triplet: DC, F8 and C7. RGB value is (220,248,199). Sum of RGB (Red+Green+Blue) = 220+248+199=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8C7 is #230738. Grayscale: #EAEAEA. Windows color (decimal): -2295609 or 13105372. OLE color: 13105372.

HSL color Cylindrical-coordinate representation of color #DCF8C7: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCF8C7 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB220248199-
CMYK0.1100.200.03
HSL94.29º77.78%87.65%-
HSV(B)94.29º19.76%97.25%-
XYZ73.3986.4766.86-
YUV234.04108.22117.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 199 (78.12% from 255) = 29.84%
R=32.98%
G=37.18%
B=29.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202481990.1100.200.0394.2977.7887.65
HexDCF8C7B01435e4e58
Octal334370307130243136116130
Binary110111001111100011000111101101010011101111010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8C7; }

 p { color: rgb(220,248,199); }

 H1.HeaderClassName
 {
   color: #DCF8C7;
 }
 .AnyTagClassName
 {
   color: #DCF8C7;
 }
</style>
background-color css

<style>
 a { background-color: #DCF8C7; }

 a { background-color: rgb(220,248,199); }

 div.DivClassName
 {
   background-color: #DCF8C7;
 }
 .BgClassName
 {
   background-color: #DCF8C7;
 }
</style>
border-color css

<style>
 span { border-color: #DCF8C7; }

 span { border-color: rgb(220,248,199); }

 td.TdClassName
 {
   border-color: #DCF8C7;
 }
 .TagClassName
 {
   border-color: #DCF8C7;
 }
</style>