#AAEED3

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

Shades of Magic Mint #AAEED3

Tints of Magic Mint #AAEED3

Color information

#AAEED3 (or 0xAAEED3) is unknown color: approx Magic Mint. HEX triplet: AA, EE and D3. RGB value is (170,238,211). Sum of RGB (Red+Green+Blue) = 170+238+211=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEED3 is #55112C. Grayscale: #D6D6D6. Windows color (decimal): -5574957 or 13889194. OLE color: 13889194.

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

Color convert

RGB170238211-
CMYK0.2900.110.07
HSL156.18º66.67%80%-
HSV(B)156.18º28.57%93.33%-
XYZ58.9174.472.88-
YUV214.59125.9796.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=27.46%
G=38.45%
B=34.09%

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
Decimal1702382110.2900.110.07156.1866.6780
HexAAEED31D0B79c4350
Octal252356323350137234103120
Binary10101010111011101101001111101010111111001110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEED3; }

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

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

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

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

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

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

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

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