#AAEED0

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

Shades of Magic Mint #AAEED0

Tints of Magic Mint #AAEED0

Color information

#AAEED0 (or 0xAAEED0) is unknown color: approx Magic Mint. HEX triplet: AA, EE and D0. RGB value is (170,238,208). Sum of RGB (Red+Green+Blue) = 170+238+208=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED0 is #55112F. Grayscale: #D6D6D6. Windows color (decimal): -5574960 or 13692586. OLE color: 13692586.

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

Color convert

RGB170238208-
CMYK0.2900.130.07
HSL153.53º66.67%80%-
HSV(B)153.53º28.57%93.33%-
XYZ58.5474.2570.92-
YUV214.25124.4796.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 208 (81.64% from 255) = 33.77%
R=27.60%
G=38.64%
B=33.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382080.2900.130.07153.5366.6780
HexAAEED01D0D79a4350
Octal252356320350157232103120
Binary10101010111011101101000011101011011111001101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEED0; }

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

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

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

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

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

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

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

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