#A2FCDC

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

Shades of Magic Mint #A2FCDC

Tints of Magic Mint #A2FCDC

Color information

#A2FCDC (or 0xA2FCDC) is unknown color: approx Magic Mint. HEX triplet: A2, FC and DC. RGB value is (162,252,220). Sum of RGB (Red+Green+Blue) = 162+252+220=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCDC is #5D0323. Grayscale: #DDDDDD. Windows color (decimal): -6095652 or 14482594. OLE color: 14482594.

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

Color convert

RGB162252220-
CMYK0.3600.130.01
HSL158.67º93.75%81.18%-
HSV(B)158.67º35.71%98.82%-
XYZ62.6382.4780.33-
YUV221.44127.1885.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.55%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=25.55%
G=39.75%
B=34.70%

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
Decimal1622522200.3600.130.01158.6793.7581.18
HexA2FCDC240D19f5e51
Octal242374334440151237136121
Binary1010001011111100110111001001000110111001111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCDC; }

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

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

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

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

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

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

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

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