#AEFED1

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

Shades of Magic Mint #AEFED1

Tints of Magic Mint #AEFED1

Color information

#AEFED1 (or 0xAEFED1) is unknown color: approx Magic Mint. HEX triplet: AE, FE and D1. RGB value is (174,254,209). Sum of RGB (Red+Green+Blue) = 174+254+209=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFED1 is #51012E. Grayscale: #E1E1E1. Windows color (decimal): -5308719 or 13762222. OLE color: 13762222.

HSL color Cylindrical-coordinate representation of color #AEFED1: hue angle of 146.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFED1 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB174254209-
CMYK0.3100.180.00
HSL146.25º97.56%83.92%-
HSV(B)146.25º31.5%99.61%-
XYZ64.4184.4973.23-
YUV224.9511991.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 209 (82.03% from 255) = 32.81%
R=27.32%
G=39.87%
B=32.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742542090.3100.180.00146.2597.5683.92
HexAEFED11F0120926254
Octal256376321370220222142124
Binary1010111011111110110100011111101001001001001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFED1; }

 p { color: rgb(174,254,209); }

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

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

 a { background-color: rgb(174,254,209); }

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

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

 span { border-color: rgb(174,254,209); }

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