#A0FCC4

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

Shades of Magic Mint #A0FCC4

Tints of Magic Mint #A0FCC4

Color information

#A0FCC4 (or 0xA0FCC4) is unknown color: approx Magic Mint. HEX triplet: A0, FC and C4. RGB value is (160,252,196). Sum of RGB (Red+Green+Blue) = 160+252+196=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCC4 is #5F033B. Grayscale: #DADADA. Windows color (decimal): -6226748 or 12909728. OLE color: 12909728.

HSL color Cylindrical-coordinate representation of color #A0FCC4: hue angle of 143.48º 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 #A0FCC4 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB160252196-
CMYK0.3700.220.01
HSL143.48º93.88%80.78%-
HSV(B)143.48º36.51%98.82%-
XYZ59.2781.0864.75-
YUV218.11115.5286.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.32%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=26.32%
G=41.45%
B=32.24%

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
Decimal1602521960.3700.220.01143.4893.8880.78
HexA0FCC42501618f5e51
Octal240374304450261217136121
Binary10100000111111001100010010010101011011000111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCC4; }

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

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

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

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

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

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

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

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