#AEE2C9

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

Shades of Magic Mint #AEE2C9

Tints of Magic Mint #AEE2C9

Color information

#AEE2C9 (or 0xAEE2C9) is unknown color: approx Magic Mint. HEX triplet: AE, E2 and C9. RGB value is (174,226,201). Sum of RGB (Red+Green+Blue) = 174+226+201=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2C9 is #511D36. Grayscale: #CFCFCF. Windows color (decimal): -5315895 or 13230766. OLE color: 13230766.

HSL color Cylindrical-coordinate representation of color #AEE2C9: hue angle of 151.15º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2C9 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB174226201-
CMYK0.2300.110.11
HSL151.15º47.27%78.43%-
HSV(B)151.15º23.01%88.63%-
XYZ55.1967.6165.4-
YUV207.6124.27104.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 201 (78.91% from 255) = 33.44%
R=28.95%
G=37.60%
B=33.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742262010.2300.110.11151.1547.2778.43
HexAEE2C9170BB972f4e
Octal256342311270131322757116
Binary10101110111000101100100110111010111011100101111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2C9; }

 p { color: rgb(174,226,201); }

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

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

 a { background-color: rgb(174,226,201); }

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

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

 span { border-color: rgb(174,226,201); }

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