#AEEDD0

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

Shades of Magic Mint #AEEDD0

Tints of Magic Mint #AEEDD0

Color information

#AEEDD0 (or 0xAEEDD0) is unknown color: approx Magic Mint. HEX triplet: AE, ED and D0. RGB value is (174,237,208). Sum of RGB (Red+Green+Blue) = 174+237+208=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD0 is #51122F. Grayscale: #D6D6D6. Windows color (decimal): -5313072 or 13692334. OLE color: 13692334.

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

Color convert

RGB174237208-
CMYK0.2700.120.07
HSL152.38º63.64%80.59%-
HSV(B)152.38º26.58%92.94%-
XYZ59.1274.1270.87-
YUV214.86124.1398.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=28.11%
G=38.29%
B=33.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372080.2700.120.07152.3863.6480.59
HexAEEDD01B0C7984051
Octal256355320330147230100121
Binary10101110111011011101000011011011001111001100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDD0; }

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

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

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

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

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

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

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

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