#AAEBD3

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

Shades of Magic Mint #AAEBD3

Tints of Magic Mint #AAEBD3

Color information

#AAEBD3 (or 0xAAEBD3) is unknown color: approx Magic Mint. HEX triplet: AA, EB and D3. RGB value is (170,235,211). Sum of RGB (Red+Green+Blue) = 170+235+211=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD3 is #55142C. Grayscale: #D4D4D4. Windows color (decimal): -5575725 or 13888426. OLE color: 13888426.

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

Color convert

RGB170235211-
CMYK0.2800.100.08
HSL157.85º61.9%79.41%-
HSV(B)157.85º27.66%92.16%-
XYZ58.0472.6772.59-
YUV212.83126.9797.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 211 (82.81% from 255) = 34.25%
R=27.60%
G=38.15%
B=34.25%

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
Decimal1702352110.2800.100.08157.8561.979.41
HexAAEBD31C0A89e3e4f
Octal252353323340121023676117
Binary10101010111010111101001111100010101000100111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBD3; }

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

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

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

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

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

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

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

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