#AAE7CE

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

Shades of Magic Mint #AAE7CE

Tints of Magic Mint #AAE7CE

Color information

#AAE7CE (or 0xAAE7CE) is unknown color: approx Magic Mint. HEX triplet: AA, E7 and CE. RGB value is (170,231,206). Sum of RGB (Red+Green+Blue) = 170+231+206=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7CE is #551831. Grayscale: #D1D1D1. Windows color (decimal): -5576754 or 13559722. OLE color: 13559722.

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

Color convert

RGB170231206-
CMYK0.2600.110.09
HSL155.41º55.96%78.63%-
HSV(B)155.41º26.41%90.59%-
XYZ56.2970.1568.97-
YUV209.91125.7999.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 231 (90.62% from 255) = 38.06%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=28.01%
G=38.06%
B=33.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702312060.2600.110.09155.4155.9678.63
HexAAE7CE1A0B99b384f
Octal252347316320131123370117
Binary10101010111001111100111011010010111001100110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7CE; }

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

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

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

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

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

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

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

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