#A3E6C0

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

Shades of Magic Mint #A3E6C0

Tints of Magic Mint #A3E6C0

Color information

#A3E6C0 (or 0xA3E6C0) is unknown color: approx Magic Mint. HEX triplet: A3, E6 and C0. RGB value is (163,230,192). Sum of RGB (Red+Green+Blue) = 163+230+192=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E6C0 is #5C193F. Grayscale: #CDCDCD. Windows color (decimal): -6035776 or 12641955. OLE color: 12641955.

HSL color Cylindrical-coordinate representation of color #A3E6C0: hue angle of 145.97º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E6C0 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB163230192-
CMYK0.2900.170.10
HSL145.97º57.26%77.06%-
HSV(B)145.97º29.13%90.2%-
XYZ52.9268.1960.24-
YUV205.64120.397.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.86%
GREEN value IS 230 (90.23% from 255) = 39.32%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=27.86%
G=39.32%
B=32.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1632301920.2900.170.10145.9757.2677.06
HexA3E6C01D011A92394d
Octal243346300350211222271115
Binary101000111110011011000000111010100011010100100101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E6C0; }

 p { color: rgb(163,230,192); }

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

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

 a { background-color: rgb(163,230,192); }

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

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

 span { border-color: rgb(163,230,192); }

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