#A2FDCA

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

Shades of Magic Mint #A2FDCA

Tints of Magic Mint #A2FDCA

Color information

#A2FDCA (or 0xA2FDCA) is unknown color: approx Magic Mint. HEX triplet: A2, FD and CA. RGB value is (162,253,202). Sum of RGB (Red+Green+Blue) = 162+253+202=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDCA is #5D0235. Grayscale: #DCDCDC. Windows color (decimal): -6095414 or 13303202. OLE color: 13303202.

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

Color convert

RGB162253202-
CMYK0.3600.200.01
HSL146.37º95.79%81.37%-
HSV(B)146.37º35.97%99.22%-
XYZ60.6982.268.54-
YUV219.98117.8586.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.26%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=26.26%
G=41.00%
B=32.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622532020.3600.200.01146.3795.7981.37
HexA2FDCA240141926051
Octal242375312440241222140121
Binary10100010111111011100101010010001010011001001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FDCA; }

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

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

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

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

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

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

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

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