#AEEED7

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

Shades of Magic Mint #AEEED7

Tints of Magic Mint #AEEED7

Color information

#AEEED7 (or 0xAEEED7) is unknown color: approx Magic Mint. HEX triplet: AE, EE and D7. RGB value is (174,238,215). Sum of RGB (Red+Green+Blue) = 174+238+215=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED7 is #511128. Grayscale: #D8D8D8. Windows color (decimal): -5312809 or 14151342. OLE color: 14151342.

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

Color convert

RGB174238215-
CMYK0.2700.100.07
HSL158.44º65.31%80.78%-
HSV(B)158.44º26.89%93.33%-
XYZ60.375.0575.6-
YUV216.24127.397.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.75%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=27.75%
G=37.96%
B=34.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382150.2700.100.07158.4465.3180.78
HexAEEED71B0A79e4151
Octal256356327330127236101121
Binary10101110111011101101011111011010101111001111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEED7; }

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

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

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

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

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

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

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

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