#AEE2C6

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

Shades of Magic Mint #AEE2C6

Tints of Magic Mint #AEE2C6

Color information

#AEE2C6 (or 0xAEE2C6) is unknown color: approx Magic Mint. HEX triplet: AE, E2 and C6. RGB value is (174,226,198). Sum of RGB (Red+Green+Blue) = 174+226+198=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2C6 is #511D39. Grayscale: #CFCFCF. Windows color (decimal): -5315898 or 13034158. OLE color: 13034158.

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

Color convert

RGB174226198-
CMYK0.2300.120.11
HSL147.69º47.27%78.43%-
HSV(B)147.69º23.01%88.63%-
XYZ54.8467.4763.56-
YUV207.26122.77104.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 226 (88.67% from 255) = 37.79%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=29.10%
G=37.79%
B=33.11%

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
Decimal1742261980.2300.120.11147.6947.2778.43
HexAEE2C6170CB942f4e
Octal256342306270141322457116
Binary10101110111000101100011010111011001011100101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2C6; }

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

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

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

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

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

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

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

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