#AADDC2

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

Shades of Magic Mint #AADDC2

Tints of Magic Mint #AADDC2

Color information

#AADDC2 (or 0xAADDC2) is unknown color: approx Magic Mint. HEX triplet: AA, DD and C2. RGB value is (170,221,194). Sum of RGB (Red+Green+Blue) = 170+221+194=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC2 is #55223D. Grayscale: #CACACA. Windows color (decimal): -5579326 or 12770730. OLE color: 12770730.

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

Color convert

RGB170221194-
CMYK0.2300.120.13
HSL148.24º42.86%76.67%-
HSV(B)148.24º23.08%86.67%-
XYZ52.1764.1560.67-
YUV202.67123.1104.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=29.06%
G=37.78%
B=33.16%

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
Decimal1702211940.2300.120.13148.2442.8676.67
HexAADDC2170CD942b4d
Octal252335302270141522453115
Binary10101010110111011100001010111011001101100101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDC2; }

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

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

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

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

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

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

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

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