#A3FCD6

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

Shades of Magic Mint #A3FCD6

Tints of Magic Mint #A3FCD6

Color information

#A3FCD6 (or 0xA3FCD6) is unknown color: approx Magic Mint. HEX triplet: A3, FC and D6. RGB value is (163,252,214). Sum of RGB (Red+Green+Blue) = 163+252+214=629 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.91% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCD6 is #5C0329. Grayscale: #DDDDDD. Windows color (decimal): -6030122 or 14089379. OLE color: 14089379.

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

Color convert

RGB163252214-
CMYK0.3500.150.01
HSL154.38º93.68%81.37%-
HSV(B)154.38º35.32%98.82%-
XYZ62.0582.2676.23-
YUV221.06124.0186.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.91%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 214 (83.98% from 255) = 34.02%
R=25.91%
G=40.06%
B=34.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632522140.3500.150.01154.3893.6881.37
HexA3FCD6230F19a5e51
Octal243374326430171232136121
Binary1010001111111100110101101000110111111001101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCD6; }

 p { color: rgb(163,252,214); }

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

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

 a { background-color: rgb(163,252,214); }

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

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

 span { border-color: rgb(163,252,214); }

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