#DCFEC2

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

Shades of Tea Green #DCFEC2

Tints of Tea Green #DCFEC2

Color information

#DCFEC2 (or 0xDCFEC2) is unknown color: approx Tea Green. HEX triplet: DC, FE and C2. RGB value is (220,254,194). Sum of RGB (Red+Green+Blue) = 220+254+194=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC2 is #23013D. Grayscale: #EDEDED. Windows color (decimal): -2294078 or 12779228. OLE color: 12779228.

HSL color Cylindrical-coordinate representation of color #DCFEC2: hue angle of 94º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCFEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB220254194-
CMYK0.1300.240.00
HSL94º96.77%87.84%-
HSV(B)94º23.62%99.61%-
XYZ74.6989.9964.47-
YUV236.99103.74115.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 194 (76.17% from 255) = 29.04%
R=32.93%
G=38.02%
B=29.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541940.1300.240.009496.7787.84
HexDCFEC2D01805e6158
Octal334376302150300136141130
Binary11011100111111101100001011010110000101111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEC2; }

 p { color: rgb(220,254,194); }

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

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

 a { background-color: rgb(220,254,194); }

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

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

 span { border-color: rgb(220,254,194); }

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