#AAECCC

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

Shades of Magic Mint #AAECCC

Tints of Magic Mint #AAECCC

Color information

#AAECCC (or 0xAAECCC) is unknown color: approx Magic Mint. HEX triplet: AA, EC and CC. RGB value is (170,236,204). Sum of RGB (Red+Green+Blue) = 170+236+204=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCC is #551333. Grayscale: #D4D4D4. Windows color (decimal): -5575476 or 13429930. OLE color: 13429930.

HSL color Cylindrical-coordinate representation of color #AAECCC: hue angle of 150.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECCC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB170236204-
CMYK0.2800.140.07
HSL150.91º63.46%79.61%-
HSV(B)150.91º27.97%92.55%-
XYZ57.4772.968.17-
YUV212.62123.1397.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=27.87%
G=38.69%
B=33.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362040.2800.140.07150.9163.4679.61
HexAAECCC1C0E7973f50
Octal25235431434016722777120
Binary1010101011101100110011001110001110111100101111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECCC; }

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

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

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

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

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

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

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

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