#AAECCD

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

Shades of Magic Mint #AAECCD

Tints of Magic Mint #AAECCD

Color information

#AAECCD (or 0xAAECCD) is unknown color: approx Magic Mint. HEX triplet: AA, EC and CD. RGB value is (170,236,205). Sum of RGB (Red+Green+Blue) = 170+236+205=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCD is #551332. Grayscale: #D4D4D4. Windows color (decimal): -5575475 or 13495466. OLE color: 13495466.

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

Color convert

RGB170236205-
CMYK0.2800.130.07
HSL151.82º63.46%79.61%-
HSV(B)151.82º27.97%92.55%-
XYZ57.5972.9468.8-
YUV212.73123.6397.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=27.82%
G=38.63%
B=33.55%

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
Decimal1702362050.2800.130.07151.8263.4679.61
HexAAECCD1C0D7983f50
Octal25235431534015723077120
Binary1010101011101100110011011110001101111100110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECCD; }

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

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

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

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

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

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

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

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