#A3FFCB

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

Shades of Magic Mint #A3FFCB

Tints of Magic Mint #A3FFCB

Color information

#A3FFCB (or 0xA3FFCB) is unknown color: approx Magic Mint. HEX triplet: A3, FF and CB. RGB value is (163,255,203). Sum of RGB (Red+Green+Blue) = 163+255+203=621 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.25% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFCB is #5C0034. Grayscale: #DDDDDD. Windows color (decimal): -6029365 or 13369251. OLE color: 13369251.

HSL color Cylindrical-coordinate representation of color #A3FFCB: hue angle of 146.09º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFCB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB163255203-
CMYK0.3600.200
HSL146.09º100%81.96%-
HSV(B)146.09º36.08%100%-
XYZ61.6483.6269.39-
YUV221.56117.5286.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.25%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=26.25%
G=41.06%
B=32.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552030.3600.200146.0910081.96
HexA3FFCB240140926452
Octal243377313440240222144122
Binary10100011111111111100101110010001010001001001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFCB; }

 p { color: rgb(163,255,203); }

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

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

 a { background-color: rgb(163,255,203); }

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

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

 span { border-color: rgb(163,255,203); }

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