#AADEC8

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

Shades of Magic Mint #AADEC8

Tints of Magic Mint #AADEC8

Color information

#AADEC8 (or 0xAADEC8) is unknown color: approx Magic Mint. HEX triplet: AA, DE and C8. RGB value is (170,222,200). Sum of RGB (Red+Green+Blue) = 170+222+200=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC8 is #552137. Grayscale: #CBCBCB. Windows color (decimal): -5579064 or 13164202. OLE color: 13164202.

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

Color convert

RGB170222200-
CMYK0.2300.100.13
HSL154.62º44.07%76.86%-
HSV(B)154.62º23.42%87.06%-
XYZ53.1264.9664.38-
YUV203.94125.77103.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=28.72%
G=37.5%
B=33.78%

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
Decimal1702222000.2300.100.13154.6244.0776.86
HexAADEC8170AD9b2c4d
Octal252336310270121523354115
Binary10101010110111101100100010111010101101100110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEC8; }

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

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

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

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

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

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

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

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