#AAEACD

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

Shades of Magic Mint #AAEACD

Tints of Magic Mint #AAEACD

Color information

#AAEACD (or 0xAAEACD) is unknown color: approx Magic Mint. HEX triplet: AA, EA and CD. RGB value is (170,234,205). Sum of RGB (Red+Green+Blue) = 170+234+205=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEACD is #551532. Grayscale: #D3D3D3. Windows color (decimal): -5575987 or 13494954. OLE color: 13494954.

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

Color convert

RGB170234205-
CMYK0.2700.120.08
HSL152.81º60.38%79.22%-
HSV(B)152.81º27.35%91.76%-
XYZ57.0271.868.61-
YUV211.56124.398.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=27.91%
G=38.42%
B=33.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702342050.2700.120.08152.8160.3879.22
HexAAEACD1B0C8993c4f
Octal252352315330141023174117
Binary10101010111010101100110111011011001000100110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEACD; }

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

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

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

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

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

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

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

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