#A2FDC3

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

Shades of Magic Mint #A2FDC3

Tints of Magic Mint #A2FDC3

Color information

#A2FDC3 (or 0xA2FDC3) is unknown color: approx Magic Mint. HEX triplet: A2, FD and C3. RGB value is (162,253,195). Sum of RGB (Red+Green+Blue) = 162+253+195=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDC3 is #5D023C. Grayscale: #DBDBDB. Windows color (decimal): -6095421 or 12844450. OLE color: 12844450.

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

Color convert

RGB162253195-
CMYK0.3600.230.01
HSL141.76º95.79%81.37%-
HSV(B)141.76º35.97%99.22%-
XYZ59.8881.8764.28-
YUV219.18114.3587.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.56%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=26.56%
G=41.48%
B=31.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622531950.3600.230.01141.7695.7981.37
HexA2FDC32401718e6051
Octal242375303440271216140121
Binary10100010111111011100001110010001011111000111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FDC3; }

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

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

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

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

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

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

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

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