#DEFDC0

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

Shades of Tea Green #DEFDC0

Tints of Tea Green #DEFDC0

Color information

#DEFDC0 (or 0xDEFDC0) is unknown color: approx Tea Green. HEX triplet: DE, FD and C0. RGB value is (222,253,192). Sum of RGB (Red+Green+Blue) = 222+253+192=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC0 is #21023F. Grayscale: #ECECEC. Windows color (decimal): -2163264 or 12647902. OLE color: 12647902.

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

Color convert

RGB222253192-
CMYK0.1200.240.01
HSL90.49º93.85%87.25%-
HSV(B)90.49º24.11%99.22%-
XYZ74.7689.5963.22-
YUV236.78102.73117.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 192 (75.39% from 255) = 28.79%
R=33.28%
G=37.93%
B=28.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531920.1200.240.0190.4993.8587.25
HexDEFDC0C01815a5e57
Octal336375300140301132136127
Binary11011110111111011100000011000110001101101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDC0; }

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

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

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

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

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

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

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

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