#AAEAC3

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

Shades of Magic Mint #AAEAC3

Tints of Magic Mint #AAEAC3

Color information

#AAEAC3 (or 0xAAEAC3) is unknown color: approx Magic Mint. HEX triplet: AA, EA and C3. RGB value is (170,234,195). Sum of RGB (Red+Green+Blue) = 170+234+195=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAC3 is #55153C. Grayscale: #D2D2D2. Windows color (decimal): -5575997 or 12839594. OLE color: 12839594.

HSL color Cylindrical-coordinate representation of color #AAEAC3: hue angle of 143.44º 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 #AAEAC3 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB170234195-
CMYK0.2700.170.08
HSL143.44º60.38%79.22%-
HSV(B)143.44º27.35%91.76%-
XYZ55.8571.3362.45-
YUV210.42119.399.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 195 (76.56% from 255) = 32.55%
R=28.38%
G=39.07%
B=32.55%

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
Decimal1702341950.2700.170.08143.4460.3879.22
HexAAEAC31B01188f3c4f
Octal252352303330211021774117
Binary101010101110101011000011110110100011000100011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAC3; }

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

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

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

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

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

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

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

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