#AEFDC6

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

Shades of Magic Mint #AEFDC6

Tints of Magic Mint #AEFDC6

Color information

#AEFDC6 (or 0xAEFDC6) is unknown color: approx Magic Mint. HEX triplet: AE, FD and C6. RGB value is (174,253,198). Sum of RGB (Red+Green+Blue) = 174+253+198=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDC6 is #510239. Grayscale: #DFDFDF. Windows color (decimal): -5308986 or 13041070. OLE color: 13041070.

HSL color Cylindrical-coordinate representation of color #AEFDC6: hue angle of 138.23º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDC6 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB174253198-
CMYK0.3100.220.01
HSL138.23º95.18%83.73%-
HSV(B)138.23º31.23%99.22%-
XYZ62.7783.3366.2-
YUV223.11113.8392.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=27.84%
G=40.48%
B=31.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742531980.3100.220.01138.2395.1883.73
HexAEFDC61F01618a5f54
Octal256375306370261212137124
Binary1010111011111101110001101111101011011000101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFDC6; }

 p { color: rgb(174,253,198); }

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

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

 a { background-color: rgb(174,253,198); }

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

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

 span { border-color: rgb(174,253,198); }

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