#A7DCC5

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

Shades of Magic Mint #A7DCC5

Tints of Magic Mint #A7DCC5

Color information

#A7DCC5 (or 0xA7DCC5) is unknown color: approx Magic Mint. HEX triplet: A7, DC and C5. RGB value is (167,220,197). Sum of RGB (Red+Green+Blue) = 167+220+197=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCC5 is #58233A. Grayscale: #C9C9C9. Windows color (decimal): -5776187 or 12967079. OLE color: 12967079.

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

Color convert

RGB167220197-
CMYK0.2400.100.14
HSL153.96º43.09%75.88%-
HSV(B)153.96º24.09%86.27%-
XYZ51.6163.4362.35-
YUV201.53125.44103.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.60%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=28.60%
G=37.67%
B=33.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201970.2400.100.14153.9643.0975.88
HexA7DCC5180AE9a2b4c
Octal247334305300121623253114
Binary10100111110111001100010111000010101110100110101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCC5; }

 p { color: rgb(167,220,197); }

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

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

 a { background-color: rgb(167,220,197); }

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

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

 span { border-color: rgb(167,220,197); }

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