#A0FADC

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

Shades of Magic Mint #A0FADC

Tints of Magic Mint #A0FADC

Color information

#A0FADC (or 0xA0FADC) is unknown color: approx Magic Mint. HEX triplet: A0, FA and DC. RGB value is (160,250,220). Sum of RGB (Red+Green+Blue) = 160+250+220=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FADC is #5F0523. Grayscale: #DBDBDB. Windows color (decimal): -6227236 or 14482080. OLE color: 14482080.

HSL color Cylindrical-coordinate representation of color #A0FADC: hue angle of 160º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FADC is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB160250220-
CMYK0.3600.120.02
HSL160º90%80.39%-
HSV(B)160º36%98.04%-
XYZ61.681.0180.1-
YUV219.67128.1885.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.40%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=25.40%
G=39.68%
B=34.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602502200.3600.120.021609080.39
HexA0FADC240C2a05a50
Octal240372334440142240132120
Binary10100000111110101101110010010001100101010000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FADC; }

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

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

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

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

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

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

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

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