#AAE9CD

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

Shades of Magic Mint #AAE9CD

Tints of Magic Mint #AAE9CD

Color information

#AAE9CD (or 0xAAE9CD) is unknown color: approx Magic Mint. HEX triplet: AA, E9 and CD. RGB value is (170,233,205). Sum of RGB (Red+Green+Blue) = 170+233+205=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9CD is #551632. Grayscale: #D3D3D3. Windows color (decimal): -5576243 or 13494698. OLE color: 13494698.

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

Color convert

RGB170233205-
CMYK0.2700.120.09
HSL153.33º58.88%79.02%-
HSV(B)153.33º27.04%91.37%-
XYZ56.7471.2368.52-
YUV210.97124.6398.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 233 (91.41% from 255) = 38.32%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=27.96%
G=38.32%
B=33.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702332050.2700.120.09153.3358.8879.02
HexAAE9CD1B0C9993b4f
Octal252351315330141123173117
Binary10101010111010011100110111011011001001100110011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9CD; }

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

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

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

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

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

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

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

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