#A2FED8

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

Shades of Magic Mint #A2FED8

Tints of Magic Mint #A2FED8

Color information

#A2FED8 (or 0xA2FED8) is unknown color: approx Magic Mint. HEX triplet: A2, FE and D8. RGB value is (162,254,216). Sum of RGB (Red+Green+Blue) = 162+254+216=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FED8 is #5D0127. Grayscale: #DEDEDE. Windows color (decimal): -6095144 or 14220962. OLE color: 14220962.

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

Color convert

RGB162254216-
CMYK0.3600.150.00
HSL155.22º97.87%81.57%-
HSV(B)155.22º36.22%99.61%-
XYZ62.7483.5277.78-
YUV222.16124.5285.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.63%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=25.63%
G=40.19%
B=34.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622542160.3600.150.00155.2297.8781.57
HexA2FED8240F09b6252
Octal242376330440170233142122
Binary1010001011111110110110001001000111101001101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FED8; }

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

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

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

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

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

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

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

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