#DEFAC5

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

Shades of Tea Green #DEFAC5

Tints of Tea Green #DEFAC5

Color information

#DEFAC5 (or 0xDEFAC5) is unknown color: approx Tea Green. HEX triplet: DE, FA and C5. RGB value is (222,250,197). Sum of RGB (Red+Green+Blue) = 222+250+197=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAC5 is #21053A. Grayscale: #EBEBEB. Windows color (decimal): -2164027 or 12974814. OLE color: 12974814.

HSL color Cylindrical-coordinate representation of color #DEFAC5: hue angle of 91.7º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEFAC5 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB222250197-
CMYK0.1100.210.02
HSL91.7º84.13%87.65%-
HSV(B)91.7º21.2%98.04%-
XYZ74.3987.9365.88-
YUV235.59106.22118.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 197 (77.34% from 255) = 29.45%
R=33.18%
G=37.37%
B=29.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501970.1100.210.0291.784.1387.65
HexDEFAC5B01525c5458
Octal336372305130252134124130
Binary110111101111101011000101101101010110101110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAC5; }

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

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

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

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

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

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

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

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