#AEFAD9

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

Shades of Magic Mint #AEFAD9

Tints of Magic Mint #AEFAD9

Color information

#AEFAD9 (or 0xAEFAD9) is unknown color: approx Magic Mint. HEX triplet: AE, FA and D9. RGB value is (174,250,217). Sum of RGB (Red+Green+Blue) = 174+250+217=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAD9 is #510526. Grayscale: #DFDFDF. Windows color (decimal): -5309735 or 14285486. OLE color: 14285486.

HSL color Cylindrical-coordinate representation of color #AEFAD9: hue angle of 153.95º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAD9 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB174250217-
CMYK0.3000.130.02
HSL153.95º88.37%83.14%-
HSV(B)153.95º30.4%98.04%-
XYZ64.1782.3878.16-
YUV223.51124.3292.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=27.15%
G=39.00%
B=33.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742502170.3000.130.02153.9588.3783.14
HexAEFAD91E0D29a5853
Octal256372331360152232130123
Binary1010111011111010110110011111001101101001101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAD9; }

 p { color: rgb(174,250,217); }

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

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

 a { background-color: rgb(174,250,217); }

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

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

 span { border-color: rgb(174,250,217); }

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