#AAECC5

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

Shades of Magic Mint #AAECC5

Tints of Magic Mint #AAECC5

Color information

#AAECC5 (or 0xAAECC5) is unknown color: approx Magic Mint. HEX triplet: AA, EC and C5. RGB value is (170,236,197). Sum of RGB (Red+Green+Blue) = 170+236+197=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC5 is #55133A. Grayscale: #D3D3D3. Windows color (decimal): -5575483 or 12971178. OLE color: 12971178.

HSL color Cylindrical-coordinate representation of color #AAECC5: hue angle of 144.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECC5 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB170236197-
CMYK0.2800.170.07
HSL144.55º63.46%79.61%-
HSV(B)144.55º27.97%92.55%-
XYZ56.6572.5763.84-
YUV211.82119.6398.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=28.19%
G=39.14%
B=32.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361970.2800.170.07144.5563.4679.61
HexAAECC51C0117913f50
Octal25235430534021722177120
Binary10101010111011001100010111100010001111100100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECC5; }

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

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

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

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

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

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

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

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