#AAEDCE

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

Shades of Magic Mint #AAEDCE

Tints of Magic Mint #AAEDCE

Color information

#AAEDCE (or 0xAAEDCE) is unknown color: approx Magic Mint. HEX triplet: AA, ED and CE. RGB value is (170,237,206). Sum of RGB (Red+Green+Blue) = 170+237+206=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDCE is #551231. Grayscale: #D5D5D5. Windows color (decimal): -5575218 or 13561258. OLE color: 13561258.

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

Color convert

RGB170237206-
CMYK0.2800.130.07
HSL152.24º65.05%79.8%-
HSV(B)152.24º28.27%92.94%-
XYZ5873.5769.54-
YUV213.43123.897.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=27.73%
G=38.66%
B=33.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702372060.2800.130.07152.2465.0579.8
HexAAEDCE1C0D7984150
Octal252355316340157230101120
Binary10101010111011011100111011100011011111001100010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDCE; }

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

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

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

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

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

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

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

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