#AADCC4

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

Shades of Magic Mint #AADCC4

Tints of Magic Mint #AADCC4

Color information

#AADCC4 (or 0xAADCC4) is unknown color: approx Magic Mint. HEX triplet: AA, DC and C4. RGB value is (170,220,196). Sum of RGB (Red+Green+Blue) = 170+220+196=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC4 is #55233B. Grayscale: #CACACA. Windows color (decimal): -5579580 or 12901546. OLE color: 12901546.

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

Color convert

RGB170220196-
CMYK0.2300.110.14
HSL151.2º41.67%76.47%-
HSV(B)151.2º22.73%86.27%-
XYZ52.1363.7261.78-
YUV202.31124.44104.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=29.01%
G=37.54%
B=33.45%

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
Decimal1702201960.2300.110.14151.241.6776.47
HexAADCC4170BE972a4c
Octal252334304270131622752114
Binary10101010110111001100010010111010111110100101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCC4; }

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

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

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

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

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

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

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

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