#AAEBD1

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

Shades of Magic Mint #AAEBD1

Tints of Magic Mint #AAEBD1

Color information

#AAEBD1 (or 0xAAEBD1) is unknown color: approx Magic Mint. HEX triplet: AA, EB and D1. RGB value is (170,235,209). Sum of RGB (Red+Green+Blue) = 170+235+209=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD1 is #55142E. Grayscale: #D4D4D4. Windows color (decimal): -5575727 or 13757354. OLE color: 13757354.

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

Color convert

RGB170235209-
CMYK0.2800.110.08
HSL156º61.9%79.41%-
HSV(B)156º27.66%92.16%-
XYZ57.7972.5771.28-
YUV212.6125.9797.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=27.69%
G=38.27%
B=34.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352090.2800.110.0815661.979.41
HexAAEBD11C0B89c3e4f
Octal252353321340131023476117
Binary10101010111010111101000111100010111000100111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBD1; }

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

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

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

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

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

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

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

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