#AEEECC

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

Shades of Magic Mint #AEEECC

Tints of Magic Mint #AEEECC

Color information

#AEEECC (or 0xAEEECC) is unknown color: approx Magic Mint. HEX triplet: AE, EE and CC. RGB value is (174,238,204). Sum of RGB (Red+Green+Blue) = 174+238+204=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEECC is #511133. Grayscale: #D7D7D7. Windows color (decimal): -5312820 or 13430446. OLE color: 13430446.

HSL color Cylindrical-coordinate representation of color #AEEECC: hue angle of 148.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEECC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB174238204-
CMYK0.2700.140.07
HSL148.12º65.31%80.78%-
HSV(B)148.12º26.89%93.33%-
XYZ58.9374.5168.4-
YUV214.99121.898.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=28.25%
G=38.64%
B=33.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382040.2700.140.07148.1265.3180.78
HexAEEECC1B0E7944151
Octal256356314330167224101121
Binary10101110111011101100110011011011101111001010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEECC; }

 p { color: rgb(174,238,204); }

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

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

 a { background-color: rgb(174,238,204); }

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

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

 span { border-color: rgb(174,238,204); }

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