#AEEED8

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

Shades of Magic Mint #AEEED8

Tints of Magic Mint #AEEED8

Color information

#AEEED8 (or 0xAEEED8) is unknown color: approx Magic Mint. HEX triplet: AE, EE and D8. RGB value is (174,238,216). Sum of RGB (Red+Green+Blue) = 174+238+216=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED8 is #511127. Grayscale: #D8D8D8. Windows color (decimal): -5312808 or 14216878. OLE color: 14216878.

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

Color convert

RGB174238216-
CMYK0.2700.090.07
HSL159.38º65.31%80.78%-
HSV(B)159.38º26.89%93.33%-
XYZ60.4275.1176.28-
YUV216.36127.897.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=27.71%
G=37.90%
B=34.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382160.2700.090.07159.3865.3180.78
HexAEEED81B0979f4151
Octal256356330330117237101121
Binary10101110111011101101100011011010011111001111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEED8; }

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

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

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

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

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

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

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

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