#AADCC3

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

Shades of Magic Mint #AADCC3

Tints of Magic Mint #AADCC3

Color information

#AADCC3 (or 0xAADCC3) is unknown color: approx Magic Mint. HEX triplet: AA, DC and C3. RGB value is (170,220,195). Sum of RGB (Red+Green+Blue) = 170+220+195=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC3 is #55233C. Grayscale: #CACACA. Windows color (decimal): -5579581 or 12836010. OLE color: 12836010.

HSL color Cylindrical-coordinate representation of color #AADCC3: hue angle of 150º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCC3 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB170220195-
CMYK0.2300.110.14
HSL150º41.67%76.47%-
HSV(B)150º22.73%86.27%-
XYZ52.0263.6761.18-
YUV202.2123.94105.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=29.06%
G=37.61%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201950.2300.110.1415041.6776.47
HexAADCC3170BE962a4c
Octal252334303270131622652114
Binary10101010110111001100001110111010111110100101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCC3; }

 p { color: rgb(170,220,195); }

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

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

 a { background-color: rgb(170,220,195); }

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

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

 span { border-color: rgb(170,220,195); }

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