#AAE1C7

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

Shades of Magic Mint #AAE1C7

Tints of Magic Mint #AAE1C7

Color information

#AAE1C7 (or 0xAAE1C7) is unknown color: approx Magic Mint. HEX triplet: AA, E1 and C7. RGB value is (170,225,199). Sum of RGB (Red+Green+Blue) = 170+225+199=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1C7 is #551E38. Grayscale: #CDCDCD. Windows color (decimal): -5578297 or 13099434. OLE color: 13099434.

HSL color Cylindrical-coordinate representation of color #AAE1C7: hue angle of 151.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1C7 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB170225199-
CMYK0.2400.120.12
HSL151.64º47.83%77.45%-
HSV(B)151.64º24.44%88.24%-
XYZ53.8166.5264.04-
YUV205.59124.28102.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=28.62%
G=37.88%
B=33.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251990.2400.120.12151.6447.8377.45
HexAAE1C7180CC98304d
Octal252341307300141423060115
Binary10101010111000011100011111000011001100100110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1C7; }

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

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

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

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

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

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

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

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