#DCFDC6

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

Shades of Tea Green #DCFDC6

Tints of Tea Green #DCFDC6

Color information

#DCFDC6 (or 0xDCFDC6) is unknown color: approx Tea Green. HEX triplet: DC, FD and C6. RGB value is (220,253,198). Sum of RGB (Red+Green+Blue) = 220+253+198=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC6 is #230239. Grayscale: #EDEDED. Windows color (decimal): -2294330 or 13041116. OLE color: 13041116.

HSL color Cylindrical-coordinate representation of color #DCFDC6: hue angle of 96º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCFDC6 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB220253198-
CMYK0.1300.220.01
HSL96º93.22%88.43%-
HSV(B)96º21.74%99.22%-
XYZ74.8389.5466.77-
YUV236.86106.07115.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 198 (77.73% from 255) = 29.51%
R=32.79%
G=37.70%
B=29.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531980.1300.220.019693.2288.43
HexDCFDC6D0161605d58
Octal334375306150261140135130
Binary11011100111111011100011011010101101110000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDC6; }

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

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

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

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

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

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

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

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