#DEFAC3

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

Shades of Tea Green #DEFAC3

Tints of Tea Green #DEFAC3

Color information

#DEFAC3 (or 0xDEFAC3) is unknown color: approx Tea Green. HEX triplet: DE, FA and C3. RGB value is (222,250,195). Sum of RGB (Red+Green+Blue) = 222+250+195=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAC3 is #21053C. Grayscale: #EBEBEB. Windows color (decimal): -2164029 or 12843742. OLE color: 12843742.

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

Color convert

RGB222250195-
CMYK0.1100.220.02
HSL90.55º84.62%87.25%-
HSV(B)90.55º22%98.04%-
XYZ74.1687.8464.68-
YUV235.36105.22118.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 195 (76.56% from 255) = 29.24%
R=33.28%
G=37.48%
B=29.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501950.1100.220.0290.5584.6287.25
HexDEFAC3B01625b5557
Octal336372303130262133125127
Binary110111101111101011000011101101011010101101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAC3; }

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

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

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

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

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

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

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

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