#AAEECA

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

Shades of Magic Mint #AAEECA

Tints of Magic Mint #AAEECA

Color information

#AAEECA (or 0xAAEECA) is unknown color: approx Magic Mint. HEX triplet: AA, EE and CA. RGB value is (170,238,202). Sum of RGB (Red+Green+Blue) = 170+238+202=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECA is #551135. Grayscale: #D5D5D5. Windows color (decimal): -5574966 or 13299370. OLE color: 13299370.

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

Color convert

RGB170238202-
CMYK0.2900.150.07
HSL148.24º66.67%80%-
HSV(B)148.24º28.57%93.33%-
XYZ57.8173.9667.11-
YUV213.56121.4796.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=27.87%
G=39.02%
B=33.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382020.2900.150.07148.2466.6780
HexAAEECA1D0F7944350
Octal252356312350177224103120
Binary10101010111011101100101011101011111111001010010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEECA; }

 p { color: rgb(170,238,202); }

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

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

 a { background-color: rgb(170,238,202); }

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

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

 span { border-color: rgb(170,238,202); }

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