#A2FCDA

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

Shades of Magic Mint #A2FCDA

Tints of Magic Mint #A2FCDA

Color information

#A2FCDA (or 0xA2FCDA) is unknown color: approx Magic Mint. HEX triplet: A2, FC and DA. RGB value is (162,252,218). Sum of RGB (Red+Green+Blue) = 162+252+218=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCDA is #5D0325. Grayscale: #DDDDDD. Windows color (decimal): -6095654 or 14351522. OLE color: 14351522.

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

Color convert

RGB162252218-
CMYK0.3600.130.01
HSL157.33º93.75%81.18%-
HSV(B)157.33º35.71%98.82%-
XYZ62.3782.3678.94-
YUV221.21126.1885.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.63%
GREEN value IS 252 (98.83% from 255) = 39.87%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=25.63%
G=39.87%
B=34.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622522180.3600.130.01157.3393.7581.18
HexA2FCDA240D19d5e51
Octal242374332440151235136121
Binary1010001011111100110110101001000110111001110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCDA; }

 p { color: rgb(162,252,218); }

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

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

 a { background-color: rgb(162,252,218); }

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

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

 span { border-color: rgb(162,252,218); }

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