#A0FCC7

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

Shades of Magic Mint #A0FCC7

Tints of Magic Mint #A0FCC7

Color information

#A0FCC7 (or 0xA0FCC7) is unknown color: approx Magic Mint. HEX triplet: A0, FC and C7. RGB value is (160,252,199). Sum of RGB (Red+Green+Blue) = 160+252+199=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCC7 is #5F0338. Grayscale: #DADADA. Windows color (decimal): -6226745 or 13106336. OLE color: 13106336.

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

Color convert

RGB160252199-
CMYK0.3700.210.01
HSL145.43º93.88%80.78%-
HSV(B)145.43º36.51%98.82%-
XYZ59.6281.2266.57-
YUV218.45117.0286.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.19%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=26.19%
G=41.24%
B=32.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521990.3700.210.01145.4393.8880.78
HexA0FCC7250151915e51
Octal240374307450251221136121
Binary10100000111111001100011110010101010111001000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCC7; }

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

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

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

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

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

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

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

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