#AADEC7

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

Shades of Magic Mint #AADEC7

Tints of Magic Mint #AADEC7

Color information

#AADEC7 (or 0xAADEC7) is unknown color: approx Magic Mint. HEX triplet: AA, DE and C7. RGB value is (170,222,199). Sum of RGB (Red+Green+Blue) = 170+222+199=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC7 is #552138. Grayscale: #CBCBCB. Windows color (decimal): -5579065 or 13098666. OLE color: 13098666.

HSL color Cylindrical-coordinate representation of color #AADEC7: hue angle of 153.46º 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 #AADEC7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB170222199-
CMYK0.2300.100.13
HSL153.46º44.07%76.86%-
HSV(B)153.46º23.42%87.06%-
XYZ53.0164.9163.77-
YUV203.83125.27103.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=28.76%
G=37.56%
B=33.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221990.2300.100.13153.4644.0776.86
HexAADEC7170AD992c4d
Octal252336307270121523154115
Binary10101010110111101100011110111010101101100110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEC7; }

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

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

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

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

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

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

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

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