#AAE0C5

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

Shades of Magic Mint #AAE0C5

Tints of Magic Mint #AAE0C5

Color information

#AAE0C5 (or 0xAAE0C5) is unknown color: approx Magic Mint. HEX triplet: AA, E0 and C5. RGB value is (170,224,197). Sum of RGB (Red+Green+Blue) = 170+224+197=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0C5 is #551F3A. Grayscale: #CCCCCC. Windows color (decimal): -5578555 or 12968106. OLE color: 12968106.

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

Color convert

RGB170224197-
CMYK0.2400.120.12
HSL150º46.55%77.25%-
HSV(B)150º24.11%87.84%-
XYZ53.3165.8962.73-
YUV204.78123.61103.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=28.76%
G=37.90%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241970.2400.120.1215046.5577.25
HexAAE0C5180CC962f4d
Octal252340305300141422657115
Binary10101010111000001100010111000011001100100101101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0C5; }

 p { color: rgb(170,224,197); }

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

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

 a { background-color: rgb(170,224,197); }

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

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

 span { border-color: rgb(170,224,197); }

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