#A1ECC3

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

Shades of Magic Mint #A1ECC3

Tints of Magic Mint #A1ECC3

Color information

#A1ECC3 (or 0xA1ECC3) is unknown color: approx Magic Mint. HEX triplet: A1, EC and C3. RGB value is (161,236,195). Sum of RGB (Red+Green+Blue) = 161+236+195=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECC3 is #5E133C. Grayscale: #D0D0D0. Windows color (decimal): -6165309 or 12840097. OLE color: 12840097.

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

Color convert

RGB161236195-
CMYK0.3200.170.07
HSL147.2º66.37%77.84%-
HSV(B)147.2º31.78%92.55%-
XYZ54.5471.5162.56-
YUV208.9120.1593.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.20%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 195 (76.56% from 255) = 32.94%
R=27.20%
G=39.86%
B=32.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612361950.3200.170.07147.266.3777.84
HexA1ECC320011793424e
Octal241354303400217223102116
Binary1010000111101100110000111000000100011111001001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECC3; }

 p { color: rgb(161,236,195); }

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

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

 a { background-color: rgb(161,236,195); }

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

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

 span { border-color: rgb(161,236,195); }

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