#AAEBC5

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

Shades of Magic Mint #AAEBC5

Tints of Magic Mint #AAEBC5

Color information

#AAEBC5 (or 0xAAEBC5) is unknown color: approx Magic Mint. HEX triplet: AA, EB and C5. RGB value is (170,235,197). Sum of RGB (Red+Green+Blue) = 170+235+197=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC5 is #55143A. Grayscale: #D3D3D3. Windows color (decimal): -5575739 or 12970922. OLE color: 12970922.

HSL color Cylindrical-coordinate representation of color #AAEBC5: hue angle of 144.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBC5 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB170235197-
CMYK0.2800.160.08
HSL144.92º61.9%79.41%-
HSV(B)144.92º27.66%92.16%-
XYZ56.3671.9963.75-
YUV211.23119.9798.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 197 (77.34% from 255) = 32.72%
R=28.24%
G=39.04%
B=32.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351970.2800.160.08144.9261.979.41
HexAAEBC51C0108913e4f
Octal252353305340201022176117
Binary101010101110101111000101111000100001000100100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBC5; }

 p { color: rgb(170,235,197); }

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

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

 a { background-color: rgb(170,235,197); }

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

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

 span { border-color: rgb(170,235,197); }

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