#AAECD1

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

Shades of Magic Mint #AAECD1

Tints of Magic Mint #AAECD1

Color information

#AAECD1 (or 0xAAECD1) is unknown color: approx Magic Mint. HEX triplet: AA, EC and D1. RGB value is (170,236,209). Sum of RGB (Red+Green+Blue) = 170+236+209=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECD1 is #55132E. Grayscale: #D5D5D5. Windows color (decimal): -5575471 or 13757610. OLE color: 13757610.

HSL color Cylindrical-coordinate representation of color #AAECD1: hue angle of 155.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECD1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB170236209-
CMYK0.2800.110.07
HSL155.45º63.46%79.61%-
HSV(B)155.45º27.97%92.55%-
XYZ58.0873.1471.38-
YUV213.19125.6397.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=27.64%
G=38.37%
B=33.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362090.2800.110.07155.4563.4679.61
HexAAECD11C0B79b3f50
Octal25235432134013723377120
Binary1010101011101100110100011110001011111100110111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECD1; }

 p { color: rgb(170,236,209); }

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

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

 a { background-color: rgb(170,236,209); }

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

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

 span { border-color: rgb(170,236,209); }

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