#A7FBC0

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

Shades of Magic Mint #A7FBC0

Tints of Magic Mint #A7FBC0

Color information

#A7FBC0 (or 0xA7FBC0) is unknown color: approx Magic Mint. HEX triplet: A7, FB and C0. RGB value is (167,251,192). Sum of RGB (Red+Green+Blue) = 167+251+192=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBC0 is #58043F. Grayscale: #DBDBDB. Windows color (decimal): -5768256 or 12647335. OLE color: 12647335.

HSL color Cylindrical-coordinate representation of color #A7FBC0: hue angle of 137.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FBC0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB167251192-
CMYK0.3300.240.02
HSL137.86º91.3%81.96%-
HSV(B)137.86º33.47%98.43%-
XYZ59.9581.0262.35-
YUV219.16112.6790.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.38%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=27.38%
G=41.15%
B=31.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672511920.3300.240.02137.8691.381.96
HexA7FBC02101828a5b52
Octal247373300410302212133122
Binary101001111111101111000000100001011000101000101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FBC0; }

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

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

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

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

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

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

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

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