#AAE5C6

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

Shades of Magic Mint #AAE5C6

Tints of Magic Mint #AAE5C6

Color information

#AAE5C6 (or 0xAAE5C6) is unknown color: approx Magic Mint. HEX triplet: AA, E5 and C6. RGB value is (170,229,198). Sum of RGB (Red+Green+Blue) = 170+229+198=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5C6 is #551A39. Grayscale: #CFCFCF. Windows color (decimal): -5577274 or 13034922. OLE color: 13034922.

HSL color Cylindrical-coordinate representation of color #AAE5C6: hue angle of 148.47º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5C6 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB170229198-
CMYK0.2600.140.10
HSL148.47º53.15%78.24%-
HSV(B)148.47º25.76%89.8%-
XYZ54.7968.6663.79-
YUV207.82122.45101.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 229 (89.84% from 255) = 38.36%
BLUE value IS 198 (77.73% from 255) = 33.17%
R=28.48%
G=38.36%
B=33.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291980.2600.140.10148.4753.1578.24
HexAAE5C61A0EA94354e
Octal252345306320161222465116
Binary10101010111001011100011011010011101010100101001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5C6; }

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

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

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

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

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

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

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

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