#A3ECC0

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

Shades of Magic Mint #A3ECC0

Tints of Magic Mint #A3ECC0

Color information

#A3ECC0 (or 0xA3ECC0) is unknown color: approx Magic Mint. HEX triplet: A3, EC and C0. RGB value is (163,236,192). Sum of RGB (Red+Green+Blue) = 163+236+192=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECC0 is #5C133F. Grayscale: #D1D1D1. Windows color (decimal): -6034240 or 12643491. OLE color: 12643491.

HSL color Cylindrical-coordinate representation of color #A3ECC0: hue angle of 143.84º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECC0 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB163236192-
CMYK0.3100.190.07
HSL143.84º65.77%78.24%-
HSV(B)143.84º30.93%92.55%-
XYZ54.6171.5860.81-
YUV209.16118.3295.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.58%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=27.58%
G=39.93%
B=32.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632361920.3100.190.07143.8465.7778.24
HexA3ECC01F013790424e
Octal243354300370237220102116
Binary101000111110110011000000111110100111111001000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ECC0; }

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

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

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

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

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

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

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

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