#AAECC6

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

Shades of Magic Mint #AAECC6

Tints of Magic Mint #AAECC6

Color information

#AAECC6 (or 0xAAECC6) is unknown color: approx Magic Mint. HEX triplet: AA, EC and C6. RGB value is (170,236,198). Sum of RGB (Red+Green+Blue) = 170+236+198=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC6 is #551339. Grayscale: #D4D4D4. Windows color (decimal): -5575482 or 13036714. OLE color: 13036714.

HSL color Cylindrical-coordinate representation of color #AAECC6: hue angle of 145.45º 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 #AAECC6 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB170236198-
CMYK0.2800.160.07
HSL145.45º63.46%79.61%-
HSV(B)145.45º27.97%92.55%-
XYZ56.7772.6164.45-
YUV211.93120.1398.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=28.15%
G=39.07%
B=32.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361980.2800.160.07145.4563.4679.61
HexAAECC61C0107913f50
Octal25235430634020722177120
Binary10101010111011001100011011100010000111100100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECC6; }

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

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

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

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

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

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

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

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