#A3FCD0

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

Shades of Magic Mint #A3FCD0

Tints of Magic Mint #A3FCD0

Color information

#A3FCD0 (or 0xA3FCD0) is unknown color: approx Magic Mint. HEX triplet: A3, FC and D0. RGB value is (163,252,208). Sum of RGB (Red+Green+Blue) = 163+252+208=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCD0 is #5C032F. Grayscale: #DCDCDC. Windows color (decimal): -6030128 or 13696163. OLE color: 13696163.

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

Color convert

RGB163252208-
CMYK0.3500.170.01
HSL150.34º93.68%81.37%-
HSV(B)150.34º35.32%98.82%-
XYZ61.381.9672.26-
YUV220.37121.0187.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.16%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=26.16%
G=40.45%
B=33.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632522080.3500.170.01150.3493.6881.37
HexA3FCD0230111965e51
Octal243374320430211226136121
Binary10100011111111001101000010001101000111001011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCD0; }

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

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

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

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

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

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

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

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