#A3FBC0

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

Shades of Magic Mint #A3FBC0

Tints of Magic Mint #A3FBC0

Color information

#A3FBC0 (or 0xA3FBC0) is unknown color: approx Magic Mint. HEX triplet: A3, FB and C0. RGB value is (163,251,192). Sum of RGB (Red+Green+Blue) = 163+251+192=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBC0 is #5C043F. Grayscale: #DADADA. Windows color (decimal): -6030400 or 12647331. OLE color: 12647331.

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

Color convert

RGB163251192-
CMYK0.3500.240.02
HSL139.77º91.67%81.18%-
HSV(B)139.77º35.06%98.43%-
XYZ59.1280.5962.31-
YUV217.96113.3588.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.90%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=26.90%
G=41.42%
B=31.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632511920.3500.240.02139.7791.6781.18
HexA3FBC02301828c5c51
Octal243373300430302214134121
Binary101000111111101111000000100011011000101000110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FBC0; }

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

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

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

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

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

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

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

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