#aaebc8

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

Shades of Magic Mint #AAEBC8

Tints of Magic Mint #AAEBC8

Color information

#AAEBC8 (or 0xAAEBC8) is unknown color: approx Magic Mint. HEX triplet: AA, EB and C8. RGB value is (170,235,200). Sum of RGB (Red+Green+Blue) = 170+235+200=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC8 is #551437. Grayscale: #D3D3D3. Windows color (decimal): -5575736 or 13167530. OLE color: 13167530.

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

Color convert

RGB170235200-
CMYK0.2800.150.08
HSL147.69º61.9%79.41%-
HSV(B)147.69º27.66%92.16%-
XYZ56.7172.1365.58-
YUV211.58121.4798.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=28.10%
G=38.84%
B=33.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352000.2800.150.08147.6961.979.41
HexAAEBC81C0F8943e4f
Octal252353310340171022476117
Binary10101010111010111100100011100011111000100101001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaebc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaebc8; }

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

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

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

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

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

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

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

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