#A0FCC5

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

Shades of Magic Mint #A0FCC5

Tints of Magic Mint #A0FCC5

Color information

#A0FCC5 (or 0xA0FCC5) is unknown color: approx Magic Mint. HEX triplet: A0, FC and C5. RGB value is (160,252,197). Sum of RGB (Red+Green+Blue) = 160+252+197=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCC5 is #5F033A. Grayscale: #DADADA. Windows color (decimal): -6226747 or 12975264. OLE color: 12975264.

HSL color Cylindrical-coordinate representation of color #A0FCC5: hue angle of 144.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCC5 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB160252197-
CMYK0.3700.220.01
HSL144.13º93.88%80.78%-
HSV(B)144.13º36.51%98.82%-
XYZ59.3981.1365.35-
YUV218.22116.0286.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=26.27%
G=41.38%
B=32.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521970.3700.220.01144.1393.8880.78
HexA0FCC5250161905e51
Octal240374305450261220136121
Binary10100000111111001100010110010101011011001000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCC5; }

 p { color: rgb(160,252,197); }

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

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

 a { background-color: rgb(160,252,197); }

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

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

 span { border-color: rgb(160,252,197); }

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