#AADDC5

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

Shades of Magic Mint #AADDC5

Tints of Magic Mint #AADDC5

Color information

#AADDC5 (or 0xAADDC5) is unknown color: approx Magic Mint. HEX triplet: AA, DD and C5. RGB value is (170,221,197). Sum of RGB (Red+Green+Blue) = 170+221+197=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC5 is #55223A. Grayscale: #CBCBCB. Windows color (decimal): -5579323 or 12967338. OLE color: 12967338.

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

Color convert

RGB170221197-
CMYK0.2300.110.13
HSL151.76º42.86%76.67%-
HSV(B)151.76º23.08%86.67%-
XYZ52.5164.2962.46-
YUV203.02124.6104.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=28.91%
G=37.59%
B=33.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211970.2300.110.13151.7642.8676.67
HexAADDC5170BD982b4d
Octal252335305270131523053115
Binary10101010110111011100010110111010111101100110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDC5; }

 p { color: rgb(170,221,197); }

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

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

 a { background-color: rgb(170,221,197); }

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

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

 span { border-color: rgb(170,221,197); }

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