#AAECC8

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

Shades of Magic Mint #AAECC8

Tints of Magic Mint #AAECC8

Color information

#AAECC8 (or 0xAAECC8) is unknown color: approx Magic Mint. HEX triplet: AA, EC and C8. RGB value is (170,236,200). Sum of RGB (Red+Green+Blue) = 170+236+200=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC8 is #551337. Grayscale: #D4D4D4. Windows color (decimal): -5575480 or 13167786. OLE color: 13167786.

HSL color Cylindrical-coordinate representation of color #AAECC8: hue angle of 147.27º 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 #AAECC8 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB170236200-
CMYK0.2800.150.07
HSL147.27º63.46%79.61%-
HSV(B)147.27º27.97%92.55%-
XYZ5772.7165.67-
YUV212.16121.1397.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=28.05%
G=38.94%
B=33.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362000.2800.150.07147.2763.4679.61
HexAAECC81C0F7933f50
Octal25235431034017722377120
Binary1010101011101100110010001110001111111100100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECC8; }

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

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

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

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

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

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

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

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