#a3e3c3

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

Shades of Magic Mint #A3E3C3

Tints of Magic Mint #A3E3C3

Color information

#A3E3C3 (or 0xA3E3C3) is unknown color: approx Magic Mint. HEX triplet: A3, E3 and C3. RGB value is (163,227,195). Sum of RGB (Red+Green+Blue) = 163+227+195=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E3C3 is #5C1C3C. Grayscale: #CCCCCC. Windows color (decimal): -6036541 or 12837795. OLE color: 12837795.

HSL color Cylindrical-coordinate representation of color #A3E3C3: hue angle of 150º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E3C3 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB163227195-
CMYK0.2800.140.11
HSL150º53.33%76.47%-
HSV(B)150º28.19%89.02%-
XYZ52.4266.6661.73-
YUV204.22122.898.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.86%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=27.86%
G=38.80%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632271950.2800.140.1115053.3376.47
HexA3E3C31C0EB96354c
Octal243343303340161322665114
Binary10100011111000111100001111100011101011100101101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3e3c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3e3c3; }

 p { color: rgb(163,227,195); }

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

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

 a { background-color: rgb(163,227,195); }

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

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

 span { border-color: rgb(163,227,195); }

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