#AAEAC2

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

Shades of Magic Mint #AAEAC2

Tints of Magic Mint #AAEAC2

Color information

#AAEAC2 (or 0xAAEAC2) is unknown color: approx Magic Mint. HEX triplet: AA, EA and C2. RGB value is (170,234,194). Sum of RGB (Red+Green+Blue) = 170+234+194=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAC2 is #55153D. Grayscale: #D2D2D2. Windows color (decimal): -5575998 or 12774058. OLE color: 12774058.

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

Color convert

RGB170234194-
CMYK0.2700.170.08
HSL142.5º60.38%79.22%-
HSV(B)142.5º27.35%91.76%-
XYZ55.7471.2961.86-
YUV210.3118.899.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 194 (76.17% from 255) = 32.44%
R=28.43%
G=39.13%
B=32.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341940.2700.170.08142.560.3879.22
HexAAEAC21B01188e3c4f
Octal252352302330211021674117
Binary101010101110101011000010110110100011000100011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAC2; }

 p { color: rgb(170,234,194); }

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

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

 a { background-color: rgb(170,234,194); }

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

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

 span { border-color: rgb(170,234,194); }

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