#A2FEDE

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

Shades of Magic Mint #A2FEDE

Tints of Magic Mint #A2FEDE

Color information

#A2FEDE (or 0xA2FEDE) is unknown color: approx Magic Mint. HEX triplet: A2, FE and DE. RGB value is (162,254,222). Sum of RGB (Red+Green+Blue) = 162+254+222=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEDE is #5D0121. Grayscale: #DEDEDE. Windows color (decimal): -6095138 or 14614178. OLE color: 14614178.

HSL color Cylindrical-coordinate representation of color #A2FEDE: hue angle of 159.13º 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 #A2FEDE is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB162254222-
CMYK0.3600.130.00
HSL159.13º97.87%81.57%-
HSV(B)159.13º36.22%99.61%-
XYZ63.5383.8481.94-
YUV222.84127.5284.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.39%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=25.39%
G=39.81%
B=34.80%

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
Decimal1622542220.3600.130.00159.1397.8781.57
HexA2FEDE240D09f6252
Octal242376336440150237142122
Binary1010001011111110110111101001000110101001111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEDE; }

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

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

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

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

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

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

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

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