#AEEDD6

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

Shades of Magic Mint #AEEDD6

Tints of Magic Mint #AEEDD6

Color information

#AEEDD6 (or 0xAEEDD6) is unknown color: approx Magic Mint. HEX triplet: AE, ED and D6. RGB value is (174,237,214). Sum of RGB (Red+Green+Blue) = 174+237+214=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD6 is #511229. Grayscale: #D7D7D7. Windows color (decimal): -5313066 or 14085550. OLE color: 14085550.

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

Color convert

RGB174237214-
CMYK0.2700.100.07
HSL158.1º63.64%80.59%-
HSV(B)158.1º26.58%92.94%-
XYZ59.8874.4274.83-
YUV215.54127.1398.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=27.84%
G=37.92%
B=34.24%

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
Decimal1742372140.2700.100.07158.163.6480.59
HexAEEDD61B0A79e4051
Octal256355326330127236100121
Binary10101110111011011101011011011010101111001111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDD6; }

 p { color: rgb(174,237,214); }

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

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

 a { background-color: rgb(174,237,214); }

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

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

 span { border-color: rgb(174,237,214); }

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