#A7FCC0

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

Shades of Magic Mint #A7FCC0

Tints of Magic Mint #A7FCC0

Color information

#A7FCC0 (or 0xA7FCC0) is unknown color: approx Magic Mint. HEX triplet: A7, FC and C0. RGB value is (167,252,192). Sum of RGB (Red+Green+Blue) = 167+252+192=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FCC0 is #58033F. Grayscale: #DBDBDB. Windows color (decimal): -5768000 or 12647591. OLE color: 12647591.

HSL color Cylindrical-coordinate representation of color #A7FCC0: hue angle of 137.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FCC0 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB167252192-
CMYK0.3400.240.01
HSL137.65º93.41%82.16%-
HSV(B)137.65º33.73%98.82%-
XYZ60.2681.6462.45-
YUV219.74112.3490.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.33%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=27.33%
G=41.24%
B=31.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672521920.3400.240.01137.6593.4182.16
HexA7FCC02201818a5d52
Octal247374300420301212135122
Binary10100111111111001100000010001001100011000101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FCC0; }

 p { color: rgb(167,252,192); }

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

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

 a { background-color: rgb(167,252,192); }

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

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

 span { border-color: rgb(167,252,192); }

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