#AEF7DC

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

Shades of Magic Mint #AEF7DC

Tints of Magic Mint #AEF7DC

Color information

#AEF7DC (or 0xAEF7DC) is unknown color: approx Magic Mint. HEX triplet: AE, F7 and DC. RGB value is (174,247,220). Sum of RGB (Red+Green+Blue) = 174+247+220=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7DC is #510823. Grayscale: #DEDEDE. Windows color (decimal): -5310500 or 14481326. OLE color: 14481326.

HSL color Cylindrical-coordinate representation of color #AEF7DC: hue angle of 157.81º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7DC is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB174247220-
CMYK0.3000.110.03
HSL157.81º82.02%82.55%-
HSV(B)157.81º29.55%96.86%-
XYZ63.6380.6979.93-
YUV222.1126.8293.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=27.15%
G=38.53%
B=34.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472200.3000.110.03157.8182.0282.55
HexAEF7DC1E0B39e5253
Octal256367334360133236122123
Binary1010111011110111110111001111001011111001111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7DC; }

 p { color: rgb(174,247,220); }

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

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

 a { background-color: rgb(174,247,220); }

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

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

 span { border-color: rgb(174,247,220); }

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