#A3FCCE

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

Shades of Magic Mint #A3FCCE

Tints of Magic Mint #A3FCCE

Color information

#A3FCCE (or 0xA3FCCE) is unknown color: approx Magic Mint. HEX triplet: A3, FC and CE. RGB value is (163,252,206). Sum of RGB (Red+Green+Blue) = 163+252+206=621 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.25% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCCE is #5C0331. Grayscale: #DCDCDC. Windows color (decimal): -6030130 or 13565091. OLE color: 13565091.

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

Color convert

RGB163252206-
CMYK0.3500.180.01
HSL148.99º93.68%81.37%-
HSV(B)148.99º35.32%98.82%-
XYZ61.0681.8670.98-
YUV220.14120.0187.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.25%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=26.25%
G=40.58%
B=33.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632522060.3500.180.01148.9993.6881.37
HexA3FCCE230121955e51
Octal243374316430221225136121
Binary10100011111111001100111010001101001011001010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FCCE; }

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

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

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

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

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

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

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

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