#AAEBD4

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

Shades of Magic Mint #AAEBD4

Tints of Magic Mint #AAEBD4

Color information

#AAEBD4 (or 0xAAEBD4) is unknown color: approx Magic Mint. HEX triplet: AA, EB and D4. RGB value is (170,235,212). Sum of RGB (Red+Green+Blue) = 170+235+212=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD4 is #55142B. Grayscale: #D4D4D4. Windows color (decimal): -5575724 or 13953962. OLE color: 13953962.

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

Color convert

RGB170235212-
CMYK0.2800.100.08
HSL158.77º61.9%79.41%-
HSV(B)158.77º27.66%92.16%-
XYZ58.1772.7273.26-
YUV212.94127.4797.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=27.55%
G=38.09%
B=34.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352120.2800.100.08158.7761.979.41
HexAAEBD41C0A89f3e4f
Octal252353324340121023776117
Binary10101010111010111101010011100010101000100111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBD4; }

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

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

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

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

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

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

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

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