#AEECC8

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

Shades of Magic Mint #AEECC8

Tints of Magic Mint #AEECC8

Color information

#AEECC8 (or 0xAEECC8) is unknown color: approx Magic Mint. HEX triplet: AE, EC and C8. RGB value is (174,236,200). Sum of RGB (Red+Green+Blue) = 174+236+200=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC8 is #511337. Grayscale: #D5D5D5. Windows color (decimal): -5313336 or 13167790. OLE color: 13167790.

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

Color convert

RGB174236200-
CMYK0.2600.150.07
HSL145.16º62%80.39%-
HSV(B)145.16º26.27%92.55%-
XYZ57.8873.1665.71-
YUV213.36120.4699.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 200 (78.52% from 255) = 32.79%
R=28.52%
G=38.69%
B=32.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362000.2600.150.07145.166280.39
HexAEECC81A0F7913e50
Octal25635431032017722176120
Binary1010111011101100110010001101001111111100100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECC8; }

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

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

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

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

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

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

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

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