#A3FEDE

Color #A3FEDE Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A3FEDE

Tints of Magic Mint #A3FEDE

Color information

#A3FEDE (or 0xA3FEDE) is unknown color: approx Magic Mint. HEX triplet: A3, FE and DE. RGB value is (163,254,222). Sum of RGB (Red+Green+Blue) = 163+254+222=639 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.51% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FEDE is #5C0121. Grayscale: #DFDFDF. Windows color (decimal): -6029602 or 14614179. OLE color: 14614179.

HSL color Cylindrical-coordinate representation of color #A3FEDE: hue angle of 158.9º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FEDE is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB163254222-
CMYK0.3600.130.00
HSL158.9º97.85%81.76%-
HSV(B)158.9º35.83%99.61%-
XYZ63.7383.9481.95-
YUV223.14127.3585.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.51%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=25.51%
G=39.75%
B=34.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632542220.3600.130.00158.997.8581.76
HexA3FEDE240D09f6252
Octal243376336440150237142122
Binary1010001111111110110111101001000110101001111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FEDE; }

 p { color: rgb(163,254,222); }

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

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

 a { background-color: rgb(163,254,222); }

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

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

 span { border-color: rgb(163,254,222); }

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