#AEECC6

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

Shades of Magic Mint #AEECC6

Tints of Magic Mint #AEECC6

Color information

#AEECC6 (or 0xAEECC6) is unknown color: approx Magic Mint. HEX triplet: AE, EC and C6. RGB value is (174,236,198). Sum of RGB (Red+Green+Blue) = 174+236+198=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC6 is #511339. Grayscale: #D5D5D5. Windows color (decimal): -5313338 or 13036718. OLE color: 13036718.

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

Color convert

RGB174236198-
CMYK0.2600.160.07
HSL143.23º62%80.39%-
HSV(B)143.23º26.27%92.55%-
XYZ57.6473.0764.49-
YUV213.13119.46100.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 236 (92.58% from 255) = 38.82%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=28.62%
G=38.82%
B=32.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742361980.2600.160.07143.236280.39
HexAEECC61A01078f3e50
Octal25635430632020721776120
Binary10101110111011001100011011010010000111100011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECC6; }

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

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

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

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

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

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

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

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