#DCFEC1

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

Shades of Tea Green #DCFEC1

Tints of Tea Green #DCFEC1

Color information

#DCFEC1 (or 0xDCFEC1) is unknown color: approx Tea Green. HEX triplet: DC, FE and C1. RGB value is (220,254,193). Sum of RGB (Red+Green+Blue) = 220+254+193=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC1 is #23013E. Grayscale: #EDEDED. Windows color (decimal): -2294079 or 12713692. OLE color: 12713692.

HSL color Cylindrical-coordinate representation of color #DCFEC1: hue angle of 93.44º 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 #DCFEC1 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB220254193-
CMYK0.1300.240.00
HSL93.44º96.83%87.65%-
HSV(B)93.44º24.02%99.61%-
XYZ74.5889.9563.88-
YUV236.88103.24115.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 193 (75.78% from 255) = 28.94%
R=32.98%
G=38.08%
B=28.94%

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
Decimal2202541930.1300.240.0093.4496.8387.65
HexDCFEC1D01805d6158
Octal334376301150300135141130
Binary11011100111111101100000111010110000101110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEC1; }

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

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

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

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

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

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

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

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