#A0FFC2

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

Shades of Magic Mint #A0FFC2

Tints of Magic Mint #A0FFC2

Color information

#A0FFC2 (or 0xA0FFC2) is unknown color: approx Magic Mint. HEX triplet: A0, FF and C2. RGB value is (160,255,194). Sum of RGB (Red+Green+Blue) = 160+255+194=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFC2 is #5F003D. Grayscale: #DBDBDB. Windows color (decimal): -6225982 or 12779424. OLE color: 12779424.

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

Color convert

RGB160255194-
CMYK0.3700.240
HSL141.47º100%81.37%-
HSV(B)141.47º37.25%100%-
XYZ59.9982.8963.88-
YUV219.64113.5385.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 194 (76.17% from 255) = 31.86%
R=26.27%
G=41.87%
B=31.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551940.3700.240141.4710081.37
HexA0FFC22501808d6451
Octal240377302450300215144121
Binary10100000111111111100001010010101100001000110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFC2; }

 p { color: rgb(160,255,194); }

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

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

 a { background-color: rgb(160,255,194); }

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

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

 span { border-color: rgb(160,255,194); }

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