#AAEBC9

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

Shades of Magic Mint #AAEBC9

Tints of Magic Mint #AAEBC9

Color information

#AAEBC9 (or 0xAAEBC9) is unknown color: approx Magic Mint. HEX triplet: AA, EB and C9. RGB value is (170,235,201). Sum of RGB (Red+Green+Blue) = 170+235+201=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC9 is #551436. Grayscale: #D3D3D3. Windows color (decimal): -5575735 or 13233066. OLE color: 13233066.

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

Color convert

RGB170235201-
CMYK0.2800.140.08
HSL148.62º61.9%79.41%-
HSV(B)148.62º27.66%92.16%-
XYZ56.8372.1866.2-
YUV211.69121.9798.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 201 (78.91% from 255) = 33.17%
R=28.05%
G=38.78%
B=33.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352010.2800.140.08148.6261.979.41
HexAAEBC91C0E8953e4f
Octal252353311340161022576117
Binary10101010111010111100100111100011101000100101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBC9; }

 p { color: rgb(170,235,201); }

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

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

 a { background-color: rgb(170,235,201); }

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

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

 span { border-color: rgb(170,235,201); }

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