#DEFDC5

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

Shades of Tea Green #DEFDC5

Tints of Tea Green #DEFDC5

Color information

#DEFDC5 (or 0xDEFDC5) is unknown color: approx Tea Green. HEX triplet: DE, FD and C5. RGB value is (222,253,197). Sum of RGB (Red+Green+Blue) = 222+253+197=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC5 is #21023A. Grayscale: #EDEDED. Windows color (decimal): -2163259 or 12975582. OLE color: 12975582.

HSL color Cylindrical-coordinate representation of color #DEFDC5: hue angle of 93.21º 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 #DEFDC5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB222253197-
CMYK0.1200.220.01
HSL93.21º93.33%88.24%-
HSV(B)93.21º22.13%99.22%-
XYZ75.3389.8166.19-
YUV237.35105.23117.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.04%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 197 (77.34% from 255) = 29.32%
R=33.04%
G=37.65%
B=29.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531970.1200.220.0193.2193.3388.24
HexDEFDC5C01615d5d58
Octal336375305140261135135130
Binary11011110111111011100010111000101101101110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDC5; }

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

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

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

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

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

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

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

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