#AAE0C6

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

Shades of Magic Mint #AAE0C6

Tints of Magic Mint #AAE0C6

Color information

#AAE0C6 (or 0xAAE0C6) is unknown color: approx Magic Mint. HEX triplet: AA, E0 and C6. RGB value is (170,224,198). Sum of RGB (Red+Green+Blue) = 170+224+198=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0C6 is #551F39. Grayscale: #CCCCCC. Windows color (decimal): -5578554 or 13033642. OLE color: 13033642.

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

Color convert

RGB170224198-
CMYK0.2400.120.12
HSL151.11º46.55%77.25%-
HSV(B)151.11º24.11%87.84%-
XYZ53.4365.9363.34-
YUV204.89124.11103.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=28.72%
G=37.84%
B=33.45%

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
Decimal1702241980.2400.120.12151.1146.5577.25
HexAAE0C6180CC972f4d
Octal252340306300141422757115
Binary10101010111000001100011011000011001100100101111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0C6; }

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

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

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

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

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

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

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

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