#AEE2C7

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

Shades of Magic Mint #AEE2C7

Tints of Magic Mint #AEE2C7

Color information

#AEE2C7 (or 0xAEE2C7) is unknown color: approx Magic Mint. HEX triplet: AE, E2 and C7. RGB value is (174,226,199). Sum of RGB (Red+Green+Blue) = 174+226+199=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2C7 is #511D38. Grayscale: #CFCFCF. Windows color (decimal): -5315897 or 13099694. OLE color: 13099694.

HSL color Cylindrical-coordinate representation of color #AEE2C7: hue angle of 148.85º 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 #AEE2C7 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB174226199-
CMYK0.2300.120.11
HSL148.85º47.27%78.43%-
HSV(B)148.85º23.01%88.63%-
XYZ54.9667.5164.17-
YUV207.37123.27104.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 226 (88.67% from 255) = 37.73%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=29.05%
G=37.73%
B=33.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742261990.2300.120.11148.8547.2778.43
HexAEE2C7170CB952f4e
Octal256342307270141322557116
Binary10101110111000101100011110111011001011100101011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2C7; }

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

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

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

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

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

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

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

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