#AAEDCA

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

Shades of Magic Mint #AAEDCA

Tints of Magic Mint #AAEDCA

Color information

#AAEDCA (or 0xAAEDCA) is unknown color: approx Magic Mint. HEX triplet: AA, ED and CA. RGB value is (170,237,202). Sum of RGB (Red+Green+Blue) = 170+237+202=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDCA is #551235. Grayscale: #D5D5D5. Windows color (decimal): -5575222 or 13299114. OLE color: 13299114.

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

Color convert

RGB170237202-
CMYK0.2800.150.07
HSL148.66º65.05%79.8%-
HSV(B)148.66º28.27%92.94%-
XYZ57.5273.3867.01-
YUV212.98121.897.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=27.91%
G=38.92%
B=33.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702372020.2800.150.07148.6665.0579.8
HexAAEDCA1C0F7954150
Octal252355312340177225101120
Binary10101010111011011100101011100011111111001010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDCA; }

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

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

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

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

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

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

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

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