#A0FEDC

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

Shades of Magic Mint #A0FEDC

Tints of Magic Mint #A0FEDC

Color information

#A0FEDC (or 0xA0FEDC) is unknown color: approx Magic Mint. HEX triplet: A0, FE and DC. RGB value is (160,254,220). Sum of RGB (Red+Green+Blue) = 160+254+220=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEDC is #5F0123. Grayscale: #DEDEDE. Windows color (decimal): -6226212 or 14483104. OLE color: 14483104.

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

Color convert

RGB160254220-
CMYK0.3700.130.00
HSL158.3º97.92%81.18%-
HSV(B)158.3º37.01%99.61%-
XYZ62.8683.5280.52-
YUV222.02126.8683.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.24%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=25.24%
G=40.06%
B=34.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602542200.3700.130.00158.397.9281.18
HexA0FEDC250D09e6251
Octal240376334450150236142121
Binary1010000011111110110111001001010110101001111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FEDC; }

 p { color: rgb(160,254,220); }

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

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

 a { background-color: rgb(160,254,220); }

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

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

 span { border-color: rgb(160,254,220); }

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