#AAEED5

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

Shades of Magic Mint #AAEED5

Tints of Magic Mint #AAEED5

Color information

#AAEED5 (or 0xAAEED5) is unknown color: approx Magic Mint. HEX triplet: AA, EE and D5. RGB value is (170,238,213). Sum of RGB (Red+Green+Blue) = 170+238+213=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED5 is #55112A. Grayscale: #D6D6D6. Windows color (decimal): -5574955 or 14020266. OLE color: 14020266.

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

Color convert

RGB170238213-
CMYK0.2900.110.07
HSL157.94º66.67%80%-
HSV(B)157.94º28.57%93.33%-
XYZ59.1674.574.21-
YUV214.82126.9796.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=27.38%
G=38.33%
B=34.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382130.2900.110.07157.9466.6780
HexAAEED51D0B79e4350
Octal252356325350137236103120
Binary10101010111011101101010111101010111111001111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEED5; }

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

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

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

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

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

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

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

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