#AEE5CD

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

Shades of Magic Mint #AEE5CD

Tints of Magic Mint #AEE5CD

Color information

#AEE5CD (or 0xAEE5CD) is unknown color: approx Magic Mint. HEX triplet: AE, E5 and CD. RGB value is (174,229,205). Sum of RGB (Red+Green+Blue) = 174+229+205=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5CD is #511A32. Grayscale: #D1D1D1. Windows color (decimal): -5315123 or 13493678. OLE color: 13493678.

HSL color Cylindrical-coordinate representation of color #AEE5CD: hue angle of 153.82º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5CD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB174229205-
CMYK0.2400.100.10
HSL153.82º51.4%79.02%-
HSV(B)153.82º24.02%89.8%-
XYZ56.4969.4568.18-
YUV209.82125.28102.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=28.62%
G=37.66%
B=33.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742292050.2400.100.10153.8251.479.02
HexAEE5CD180AA9a334f
Octal256345315300121223263117
Binary10101110111001011100110111000010101010100110101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5CD; }

 p { color: rgb(174,229,205); }

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

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

 a { background-color: rgb(174,229,205); }

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

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

 span { border-color: rgb(174,229,205); }

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