#AAE9D2

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

Shades of Magic Mint #AAE9D2

Tints of Magic Mint #AAE9D2

Color information

#AAE9D2 (or 0xAAE9D2) is unknown color: approx Magic Mint. HEX triplet: AA, E9 and D2. RGB value is (170,233,210). Sum of RGB (Red+Green+Blue) = 170+233+210=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9D2 is #55162D. Grayscale: #D3D3D3. Windows color (decimal): -5576238 or 13822378. OLE color: 13822378.

HSL color Cylindrical-coordinate representation of color #AAE9D2: hue angle of 158.1º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9D2 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB170233210-
CMYK0.2700.100.09
HSL158.1º58.88%79.02%-
HSV(B)158.1º27.04%91.37%-
XYZ57.3571.4871.75-
YUV211.54127.1398.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 233 (91.41% from 255) = 38.01%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=27.73%
G=38.01%
B=34.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702332100.2700.100.09158.158.8879.02
HexAAE9D21B0A99e3b4f
Octal252351322330121123673117
Binary10101010111010011101001011011010101001100111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9D2; }

 p { color: rgb(170,233,210); }

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

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

 a { background-color: rgb(170,233,210); }

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

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

 span { border-color: rgb(170,233,210); }

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