#AAEACC

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

Shades of Magic Mint #AAEACC

Tints of Magic Mint #AAEACC

Color information

#AAEACC (or 0xAAEACC) is unknown color: approx Magic Mint. HEX triplet: AA, EA and CC. RGB value is (170,234,204). Sum of RGB (Red+Green+Blue) = 170+234+204=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEACC is #551533. Grayscale: #D3D3D3. Windows color (decimal): -5575988 or 13429418. OLE color: 13429418.

HSL color Cylindrical-coordinate representation of color #AAEACC: hue angle of 151.88º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEACC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB170234204-
CMYK0.2700.130.08
HSL151.88º60.38%79.22%-
HSV(B)151.88º27.35%91.76%-
XYZ56.971.7567.98-
YUV211.44123.898.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=27.96%
G=38.49%
B=33.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702342040.2700.130.08151.8860.3879.22
HexAAEACC1B0D8983c4f
Octal252352314330151023074117
Binary10101010111010101100110011011011011000100110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEACC; }

 p { color: rgb(170,234,204); }

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

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

 a { background-color: rgb(170,234,204); }

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

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

 span { border-color: rgb(170,234,204); }

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