#DCFEC6

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

Shades of Tea Green #DCFEC6

Tints of Tea Green #DCFEC6

Color information

#DCFEC6 (or 0xDCFEC6) is unknown color: approx Tea Green. HEX triplet: DC, FE and C6. RGB value is (220,254,198). Sum of RGB (Red+Green+Blue) = 220+254+198=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC6 is #230139. Grayscale: #EDEDED. Windows color (decimal): -2294074 or 13041372. OLE color: 13041372.

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

Color convert

RGB220254198-
CMYK0.1300.220.00
HSL96.43º96.55%88.63%-
HSV(B)96.43º22.05%99.61%-
XYZ75.1590.1866.87-
YUV237.45105.74115.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 198 (77.73% from 255) = 29.46%
R=32.74%
G=37.80%
B=29.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541980.1300.220.0096.4396.5588.63
HexDCFEC6D0160606159
Octal334376306150260140141131
Binary11011100111111101100011011010101100110000011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEC6; }

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

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

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

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

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

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

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

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