#AEEED4

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

Shades of Magic Mint #AEEED4

Tints of Magic Mint #AEEED4

Color information

#AEEED4 (or 0xAEEED4) is unknown color: approx Magic Mint. HEX triplet: AE, EE and D4. RGB value is (174,238,212). Sum of RGB (Red+Green+Blue) = 174+238+212=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED4 is #51112B. Grayscale: #D7D7D7. Windows color (decimal): -5312812 or 13954734. OLE color: 13954734.

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

Color convert

RGB174238212-
CMYK0.2700.110.07
HSL155.62º65.31%80.78%-
HSV(B)155.62º26.89%93.33%-
XYZ59.9174.973.59-
YUV215.9125.898.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 212 (83.20% from 255) = 33.97%
R=27.88%
G=38.14%
B=33.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382120.2700.110.07155.6265.3180.78
HexAEEED41B0B79c4151
Octal256356324330137234101121
Binary10101110111011101101010011011010111111001110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEED4; }

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

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

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

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

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

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

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

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