#AAE1C4

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

Shades of Magic Mint #AAE1C4

Tints of Magic Mint #AAE1C4

Color information

#AAE1C4 (or 0xAAE1C4) is unknown color: approx Magic Mint. HEX triplet: AA, E1 and C4. RGB value is (170,225,196). Sum of RGB (Red+Green+Blue) = 170+225+196=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1C4 is #551E3B. Grayscale: #CDCDCD. Windows color (decimal): -5578300 or 12902826. OLE color: 12902826.

HSL color Cylindrical-coordinate representation of color #AAE1C4: hue angle of 148.36º 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 #AAE1C4 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB170225196-
CMYK0.2400.130.12
HSL148.36º47.83%77.45%-
HSV(B)148.36º24.44%88.24%-
XYZ53.4766.3862.22-
YUV205.25122.78102.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=28.76%
G=38.07%
B=33.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251960.2400.130.12148.3647.8377.45
HexAAE1C4180DC94304d
Octal252341304300151422460115
Binary10101010111000011100010011000011011100100101001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1C4; }

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

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

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

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

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

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

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

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