#AAEBCE

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

Shades of Magic Mint #AAEBCE

Tints of Magic Mint #AAEBCE

Color information

#AAEBCE (or 0xAAEBCE) is unknown color: approx Magic Mint. HEX triplet: AA, EB and CE. RGB value is (170,235,206). Sum of RGB (Red+Green+Blue) = 170+235+206=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBCE is #551431. Grayscale: #D4D4D4. Windows color (decimal): -5575730 or 13560746. OLE color: 13560746.

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

Color convert

RGB170235206-
CMYK0.2800.120.08
HSL153.23º61.9%79.41%-
HSV(B)153.23º27.66%92.16%-
XYZ57.4372.4269.34-
YUV212.26124.4797.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=27.82%
G=38.46%
B=33.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352060.2800.120.08153.2361.979.41
HexAAEBCE1C0C8993e4f
Octal252353316340141023176117
Binary10101010111010111100111011100011001000100110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBCE; }

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

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

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

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

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

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

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

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