#DEFDC6

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

Shades of Tea Green #DEFDC6

Tints of Tea Green #DEFDC6

Color information

#DEFDC6 (or 0xDEFDC6) is unknown color: approx Tea Green. HEX triplet: DE, FD and C6. RGB value is (222,253,198). Sum of RGB (Red+Green+Blue) = 222+253+198=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC6 is #210239. Grayscale: #EDEDED. Windows color (decimal): -2163258 or 13041118. OLE color: 13041118.

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

Color convert

RGB222253198-
CMYK0.1200.220.01
HSL93.82º93.22%88.43%-
HSV(B)93.82º21.74%99.22%-
XYZ75.4489.8666.79-
YUV237.46105.73116.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 198 (77.73% from 255) = 29.42%
R=32.99%
G=37.59%
B=29.42%

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
Decimal2222531980.1200.220.0193.8293.2288.43
HexDEFDC6C01615e5d58
Octal336375306140261136135130
Binary11011110111111011100011011000101101101111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDC6; }

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

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

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

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

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

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

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

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