#AAEECD

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

Shades of Magic Mint #AAEECD

Tints of Magic Mint #AAEECD

Color information

#AAEECD (or 0xAAEECD) is unknown color: approx Magic Mint. HEX triplet: AA, EE and CD. RGB value is (170,238,205). Sum of RGB (Red+Green+Blue) = 170+238+205=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECD is #551132. Grayscale: #D5D5D5. Windows color (decimal): -5574963 or 13495978. OLE color: 13495978.

HSL color Cylindrical-coordinate representation of color #AAEECD: hue angle of 150.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEECD is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB170238205-
CMYK0.2900.140.07
HSL150.88º66.67%80%-
HSV(B)150.88º28.57%93.33%-
XYZ58.1774.168.99-
YUV213.91122.9796.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=27.73%
G=38.83%
B=33.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382050.2900.140.07150.8866.6780
HexAAEECD1D0E7974350
Octal252356315350167227103120
Binary10101010111011101100110111101011101111001011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEECD; }

 p { color: rgb(170,238,205); }

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

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

 a { background-color: rgb(170,238,205); }

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

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

 span { border-color: rgb(170,238,205); }

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