#AAE6CD

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

Shades of Magic Mint #AAE6CD

Tints of Magic Mint #AAE6CD

Color information

#AAE6CD (or 0xAAE6CD) is unknown color: approx Magic Mint. HEX triplet: AA, E6 and CD. RGB value is (170,230,205). Sum of RGB (Red+Green+Blue) = 170+230+205=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6CD is #551932. Grayscale: #D1D1D1. Windows color (decimal): -5577011 or 13493930. OLE color: 13493930.

HSL color Cylindrical-coordinate representation of color #AAE6CD: hue angle of 155º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6CD is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB170230205-
CMYK0.2600.110.10
HSL155º54.55%78.43%-
HSV(B)155º26.09%90.2%-
XYZ55.8969.5568.24-
YUV209.21125.62100.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=28.10%
G=38.02%
B=33.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702302050.2600.110.1015554.5578.43
HexAAE6CD1A0BA9b374e
Octal252346315320131223367116
Binary10101010111001101100110111010010111010100110111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6CD; }

 p { color: rgb(170,230,205); }

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

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

 a { background-color: rgb(170,230,205); }

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

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

 span { border-color: rgb(170,230,205); }

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