#AEECD1

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

Shades of Magic Mint #AEECD1

Tints of Magic Mint #AEECD1

Color information

#AEECD1 (or 0xAEECD1) is unknown color: approx Magic Mint. HEX triplet: AE, EC and D1. RGB value is (174,236,209). Sum of RGB (Red+Green+Blue) = 174+236+209=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD1 is #51132E. Grayscale: #D6D6D6. Windows color (decimal): -5313327 or 13757614. OLE color: 13757614.

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

Color convert

RGB174236209-
CMYK0.2600.110.07
HSL153.87º62%80.39%-
HSV(B)153.87º26.27%92.55%-
XYZ58.9673.5971.42-
YUV214.38124.9699.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=28.11%
G=38.13%
B=33.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362090.2600.110.07153.876280.39
HexAEECD11A0B79a3e50
Octal25635432132013723276120
Binary1010111011101100110100011101001011111100110101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECD1; }

 p { color: rgb(174,236,209); }

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

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

 a { background-color: rgb(174,236,209); }

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

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

 span { border-color: rgb(174,236,209); }

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