#AAEEC9

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

Shades of Magic Mint #AAEEC9

Tints of Magic Mint #AAEEC9

Color information

#AAEEC9 (or 0xAAEEC9) is unknown color: approx Magic Mint. HEX triplet: AA, EE and C9. RGB value is (170,238,201). Sum of RGB (Red+Green+Blue) = 170+238+201=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEC9 is #551136. Grayscale: #D5D5D5. Windows color (decimal): -5574967 or 13233834. OLE color: 13233834.

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

Color convert

RGB170238201-
CMYK0.2900.160.07
HSL147.35º66.67%80%-
HSV(B)147.35º28.57%93.33%-
XYZ57.6973.9166.48-
YUV213.45120.9797.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=27.91%
G=39.08%
B=33.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382010.2900.160.07147.3566.6780
HexAAEEC91D0107934350
Octal252356311350207223103120
Binary101010101110111011001001111010100001111001001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEC9; }

 p { color: rgb(170,238,201); }

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

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

 a { background-color: rgb(170,238,201); }

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

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

 span { border-color: rgb(170,238,201); }

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