#AAEFD5

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

Shades of Magic Mint #AAEFD5

Tints of Magic Mint #AAEFD5

Color information

#AAEFD5 (or 0xAAEFD5) is unknown color: approx Magic Mint. HEX triplet: AA, EF and D5. RGB value is (170,239,213). Sum of RGB (Red+Green+Blue) = 170+239+213=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFD5 is #55102A. Grayscale: #D7D7D7. Windows color (decimal): -5574699 or 14020522. OLE color: 14020522.

HSL color Cylindrical-coordinate representation of color #AAEFD5: hue angle of 157.39º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFD5 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB170239213-
CMYK0.2900.110.06
HSL157.39º68.32%80.2%-
HSV(B)157.39º28.87%93.73%-
XYZ59.4575.0874.31-
YUV215.4126.6495.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=27.33%
G=38.42%
B=34.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702392130.2900.110.06157.3968.3280.2
HexAAEFD51D0B69d4450
Octal252357325350136235104120
Binary10101010111011111101010111101010111101001110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFD5; }

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

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

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

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

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

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

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

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