#DCF7C1

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

Shades of Tea Green #DCF7C1

Tints of Tea Green #DCF7C1

Color information

#DCF7C1 (or 0xDCF7C1) is unknown color: approx Tea Green. HEX triplet: DC, F7 and C1. RGB value is (220,247,193). Sum of RGB (Red+Green+Blue) = 220+247+193=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7C1 is #23083E. Grayscale: #E8E8E8. Windows color (decimal): -2295871 or 12711900. OLE color: 12711900.

HSL color Cylindrical-coordinate representation of color #DCF7C1: hue angle of 90º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCF7C1 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB220247193-
CMYK0.1100.220.03
HSL90º77.14%86.27%-
HSV(B)90º21.86%96.86%-
XYZ72.485.5963.16-
YUV232.77105.55118.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 247 (96.88% from 255) = 37.42%
BLUE value IS 193 (75.78% from 255) = 29.24%
R=33.33%
G=37.42%
B=29.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471930.1100.220.039077.1486.27
HexDCF7C1B01635a4d56
Octal334367301130263132115126
Binary110111001111011111000001101101011011101101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7C1; }

 p { color: rgb(220,247,193); }

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

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

 a { background-color: rgb(220,247,193); }

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

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

 span { border-color: rgb(220,247,193); }

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