#AAEAC7

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

Shades of Magic Mint #AAEAC7

Tints of Magic Mint #AAEAC7

Color information

#AAEAC7 (or 0xAAEAC7) is unknown color: approx Magic Mint. HEX triplet: AA, EA and C7. RGB value is (170,234,199). Sum of RGB (Red+Green+Blue) = 170+234+199=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAC7 is #551538. Grayscale: #D2D2D2. Windows color (decimal): -5575993 or 13101738. OLE color: 13101738.

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

Color convert

RGB170234199-
CMYK0.2700.150.08
HSL147.19º60.38%79.22%-
HSV(B)147.19º27.35%91.76%-
XYZ56.3171.5264.87-
YUV210.87121.398.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=28.19%
G=38.81%
B=33.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341990.2700.150.08147.1960.3879.22
HexAAEAC71B0F8933c4f
Octal252352307330171022374117
Binary10101010111010101100011111011011111000100100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAC7; }

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

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

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

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

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

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

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

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