#AEDEC8

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

Shades of Magic Mint #AEDEC8

Tints of Magic Mint #AEDEC8

Color information

#AEDEC8 (or 0xAEDEC8) is unknown color: approx Magic Mint. HEX triplet: AE, DE and C8. RGB value is (174,222,200). Sum of RGB (Red+Green+Blue) = 174+222+200=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC8 is #512137. Grayscale: #CDCDCD. Windows color (decimal): -5316920 or 13164206. OLE color: 13164206.

HSL color Cylindrical-coordinate representation of color #AEDEC8: hue angle of 152.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEC8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB174222200-
CMYK0.2200.100.13
HSL152.5º42.11%77.65%-
HSV(B)152.5º21.62%87.06%-
XYZ5465.4164.42-
YUV205.14125.1105.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=29.19%
G=37.25%
B=33.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222000.2200.100.13152.542.1177.65
HexAEDEC8160AD982a4e
Octal256336310260121523052116
Binary10101110110111101100100010110010101101100110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEC8; }

 p { color: rgb(174,222,200); }

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

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

 a { background-color: rgb(174,222,200); }

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

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

 span { border-color: rgb(174,222,200); }

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