#AAE7C7

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

Shades of Magic Mint #AAE7C7

Tints of Magic Mint #AAE7C7

Color information

#AAE7C7 (or 0xAAE7C7) is unknown color: approx Magic Mint. HEX triplet: AA, E7 and C7. RGB value is (170,231,199). Sum of RGB (Red+Green+Blue) = 170+231+199=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7C7 is #551838. Grayscale: #D1D1D1. Windows color (decimal): -5576761 or 13100970. OLE color: 13100970.

HSL color Cylindrical-coordinate representation of color #AAE7C7: hue angle of 148.52º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7C7 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB170231199-
CMYK0.2600.140.09
HSL148.52º55.96%78.63%-
HSV(B)148.52º26.41%90.59%-
XYZ55.4669.8264.59-
YUV209.11122.29100.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 231 (90.62% from 255) = 38.5%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=28.33%
G=38.5%
B=33.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311990.2600.140.09148.5255.9678.63
HexAAE7C71A0E995384f
Octal252347307320161122570117
Binary10101010111001111100011111010011101001100101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7C7; }

 p { color: rgb(170,231,199); }

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

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

 a { background-color: rgb(170,231,199); }

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

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

 span { border-color: rgb(170,231,199); }

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