#A2FFC3

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

Shades of Magic Mint #A2FFC3

Tints of Magic Mint #A2FFC3

Color information

#A2FFC3 (or 0xA2FFC3) is unknown color: approx Magic Mint. HEX triplet: A2, FF and C3. RGB value is (162,255,195). Sum of RGB (Red+Green+Blue) = 162+255+195=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFC3 is #5D003C. Grayscale: #DCDCDC. Windows color (decimal): -6094909 or 12844962. OLE color: 12844962.

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

Color convert

RGB162255195-
CMYK0.3600.240
HSL141.29º100%81.76%-
HSV(B)141.29º36.47%100%-
XYZ60.5183.1464.49-
YUV220.35113.6986.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.47%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=26.47%
G=41.67%
B=31.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551950.3600.240141.2910081.76
HexA2FFC32401808d6452
Octal242377303440300215144122
Binary10100010111111111100001110010001100001000110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FFC3; }

 p { color: rgb(162,255,195); }

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

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

 a { background-color: rgb(162,255,195); }

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

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

 span { border-color: rgb(162,255,195); }

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