#AEEEC7

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

Shades of Magic Mint #AEEEC7

Tints of Magic Mint #AEEEC7

Color information

#AEEEC7 (or 0xAEEEC7) is unknown color: approx Magic Mint. HEX triplet: AE, EE and C7. RGB value is (174,238,199). Sum of RGB (Red+Green+Blue) = 174+238+199=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEC7 is #511138. Grayscale: #D6D6D6. Windows color (decimal): -5312825 or 13102766. OLE color: 13102766.

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

Color convert

RGB174238199-
CMYK0.2700.160.07
HSL143.44º65.31%80.78%-
HSV(B)143.44º26.89%93.33%-
XYZ58.3474.2765.29-
YUV214.42119.399.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=28.48%
G=38.95%
B=32.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742381990.2700.160.07143.4465.3180.78
HexAEEEC71B01078f4151
Octal256356307330207217101121
Binary101011101110111011000111110110100001111000111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEC7; }

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

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

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

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

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

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

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

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