#AEF6DA

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

Shades of Magic Mint #AEF6DA

Tints of Magic Mint #AEF6DA

Color information

#AEF6DA (or 0xAEF6DA) is unknown color: approx Magic Mint. HEX triplet: AE, F6 and DA. RGB value is (174,246,218). Sum of RGB (Red+Green+Blue) = 174+246+218=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6DA is #510925. Grayscale: #DDDDDD. Windows color (decimal): -5310758 or 14349998. OLE color: 14349998.

HSL color Cylindrical-coordinate representation of color #AEF6DA: hue angle of 156.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF6DA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB174246218-
CMYK0.2900.110.04
HSL156.67º80%82.35%-
HSV(B)156.67º29.27%96.47%-
XYZ63.0779.9778.44-
YUV221.28126.1594.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 246 (96.48% from 255) = 38.56%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=27.27%
G=38.56%
B=34.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742462180.2900.110.04156.678082.35
HexAEF6DA1D0B49d5052
Octal256366332350134235120122
Binary10101110111101101101101011101010111001001110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF6DA; }

 p { color: rgb(174,246,218); }

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

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

 a { background-color: rgb(174,246,218); }

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

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

 span { border-color: rgb(174,246,218); }

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