#AEECD4

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

Shades of Magic Mint #AEECD4

Tints of Magic Mint #AEECD4

Color information

#AEECD4 (or 0xAEECD4) is unknown color: approx Magic Mint. HEX triplet: AE, EC and D4. RGB value is (174,236,212). Sum of RGB (Red+Green+Blue) = 174+236+212=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD4 is #51132B. Grayscale: #D6D6D6. Windows color (decimal): -5313324 or 13954222. OLE color: 13954222.

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

Color convert

RGB174236212-
CMYK0.2600.100.07
HSL156.77º62%80.39%-
HSV(B)156.77º26.27%92.55%-
XYZ59.3373.7473.39-
YUV214.73126.4698.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=27.97%
G=37.94%
B=34.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362120.2600.100.07156.776280.39
HexAEECD41A0A79d3e50
Octal25635432432012723576120
Binary1010111011101100110101001101001010111100111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECD4; }

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

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

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

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

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

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

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

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