#AADEC4

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

Shades of Magic Mint #AADEC4

Tints of Magic Mint #AADEC4

Color information

#AADEC4 (or 0xAADEC4) is unknown color: approx Magic Mint. HEX triplet: AA, DE and C4. RGB value is (170,222,196). Sum of RGB (Red+Green+Blue) = 170+222+196=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC4 is #55213B. Grayscale: #CBCBCB. Windows color (decimal): -5579068 or 12902058. OLE color: 12902058.

HSL color Cylindrical-coordinate representation of color #AADEC4: hue angle of 150º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEC4 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB170222196-
CMYK0.2300.120.13
HSL150º44.07%76.86%-
HSV(B)150º23.42%87.06%-
XYZ52.6664.7761.95-
YUV203.49123.77104.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=28.91%
G=37.76%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221960.2300.120.1315044.0776.86
HexAADEC4170CD962c4d
Octal252336304270141522654115
Binary10101010110111101100010010111011001101100101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEC4; }

 p { color: rgb(170,222,196); }

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

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

 a { background-color: rgb(170,222,196); }

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

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

 span { border-color: rgb(170,222,196); }

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