#AAE3C3

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

Shades of Magic Mint #AAE3C3

Tints of Magic Mint #AAE3C3

Color information

#AAE3C3 (or 0xAAE3C3) is unknown color: approx Magic Mint. HEX triplet: AA, E3 and C3. RGB value is (170,227,195). Sum of RGB (Red+Green+Blue) = 170+227+195=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3C3 is #551C3C. Grayscale: #CECECE. Windows color (decimal): -5577789 or 12837802. OLE color: 12837802.

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

Color convert

RGB170227195-
CMYK0.2500.140.11
HSL146.32º50.44%77.84%-
HSV(B)146.32º25.11%89.02%-
XYZ53.967.4261.8-
YUV206.31121.62102.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 227 (89.06% from 255) = 38.34%
BLUE value IS 195 (76.56% from 255) = 32.94%
R=28.72%
G=38.34%
B=32.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271950.2500.140.11146.3250.4477.84
HexAAE3C3190EB92324e
Octal252343303310161322262116
Binary10101010111000111100001111001011101011100100101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3C3; }

 p { color: rgb(170,227,195); }

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

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

 a { background-color: rgb(170,227,195); }

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

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

 span { border-color: rgb(170,227,195); }

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