#DEFDC2

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

Shades of Tea Green #DEFDC2

Tints of Tea Green #DEFDC2

Color information

#DEFDC2 (or 0xDEFDC2) is unknown color: approx Tea Green. HEX triplet: DE, FD and C2. RGB value is (222,253,194). Sum of RGB (Red+Green+Blue) = 222+253+194=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC2 is #21023D. Grayscale: #EDEDED. Windows color (decimal): -2163262 or 12778974. OLE color: 12778974.

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

Color convert

RGB222253194-
CMYK0.1200.230.01
HSL91.53º93.65%87.65%-
HSV(B)91.53º23.32%99.22%-
XYZ74.9989.6864.4-
YUV237103.73117.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 194 (76.17% from 255) = 29.00%
R=33.18%
G=37.82%
B=29.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531940.1200.230.0191.5393.6587.65
HexDEFDC2C01715c5e58
Octal336375302140271134136130
Binary11011110111111011100001011000101111101110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDC2; }

 p { color: rgb(222,253,194); }

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

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

 a { background-color: rgb(222,253,194); }

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

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

 span { border-color: rgb(222,253,194); }

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